diff --git a/source/text/sbasic/python/python_document_events.xhp b/source/text/sbasic/python/python_document_events.xhp
index 6265f2c5da..873a85d0a1 100644
--- a/source/text/sbasic/python/python_document_events.xhp
+++ b/source/text/sbasic/python/python_document_events.xhp
@@ -21,15 +21,15 @@
Access2Base;Console
Access2Base;Trace
Tools;Strings
- API;BasicLibraries
- API;DocumentEvent
- API;DocumentEventListener
- API;EventObject
- API;GlobalEventBroadcaster
- API;MasterScriptProviderFactory
- API;XDocumentEventBroadcaster
- API;XDocumentEventListener
- API;XScript
+ API;GlobalScope.BasicLibraries
+ API;document.DocumentEvent: Monitoring Document Event
+ API;document.XDocumentEventBroadcaster: Monitoring Document Event
+ API;document.XDocumentEventListener: Monitoring Document Event
+ API;frame.Desktop: Monitoring Document Event
+ API;frame.GlobalEventBroadcaster: Monitoring Document Event
+ API;lang.EventObject: Monitoring Document Event
+ API;script.provider.MasterScriptProviderFactory: Monitoring Document Event
+ API;script.provider.XScript: Monitoring Document Event
Monitoring Document Events
diff --git a/source/text/sbasic/python/python_screen.xhp b/source/text/sbasic/python/python_screen.xhp
index 50a8245f4e..f3ee2ce9fc 100644
--- a/source/text/sbasic/python/python_screen.xhp
+++ b/source/text/sbasic/python/python_screen.xhp
@@ -19,8 +19,8 @@
Python;InputBox
Python;MsgBox
Python;Print
- API;MasterScriptProvider
- API;XScript
+ API;script.provider.MasterScriptProvider: Screen Input/Output
+ API;script.provider.XScript: Screen Input/Output
Input/Output to Screen
Python standard output file is not available when running Python macros from Tools – Macros - Run Macro ... menu. Presenting the output of a module requires the Python interactive console. Features such as input() , print() , repr() and str() are available from the Python shell.