diff --git a/source/text/sbasic/python/python_import.xhp b/source/text/sbasic/python/python_import.xhp
index d8dc7a61d8..af3b243d3b 100644
--- a/source/text/sbasic/python/python_import.xhp
+++ b/source/text/sbasic/python/python_import.xhp
@@ -78,7 +78,7 @@
def OnDocQueryCloseUnloadPython():
""" Cleanup PYTHON_PATH when doc. Gets closed """
PythonLibraries.unloadLibrary('my_gui') # Python runtime path cleanup
- # Note: imported modules remain loaded in this example..
+ # Note: imported modules remain loaded in this example.
class PythonLibraries():
""" Python library loader and module importer