diff --git a/source/text/sbasic/python/python_programming.xhp b/source/text/sbasic/python/python_programming.xhp
index 71ba96cbc1..1a85936012 100644
--- a/source/text/sbasic/python/python_programming.xhp
+++ b/source/text/sbasic/python/python_programming.xhp
@@ -306,7 +306,7 @@
Similarly to %PRODUCTNAME Basic that supports browsing and dynamic loading of libraries, Python libraries can be explored and imported on demand. For more information on library containers, visit %PRODUCTNAME Application Programming Interface (API) or download %PRODUCTNAME Software Development Kit (SDK).Importing a Python document embedded module is illustrated below, exception handling is not detailed:
- import uno, sys
+ import uno, sys, zipimportdef load_library(library_name: str, module_name=None): """ load library and import module