From 243c74e4553782aee1e34a88f4e5931f981b6ddf Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 19 Aug 2019 15:54:29 +0200 Subject: Typo Change-Id: I450b7d1c0b860f17cdd7a2ee36993fe90c58310f Reviewed-on: https://gerrit.libreoffice.org/77731 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/python_import.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit