source/text/sbasic/python/python_examples.xhp | 2 +- source/text/sbasic/python/python_shell.xhp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit ca05a2e1e9569618449d87fcba196ba21c711363 Author: Alain Romedenne <[email protected]> AuthorDate: Tue Oct 25 16:41:14 2022 +0200 Commit: Alain Romedenne <[email protected]> CommitDate: Wed Oct 26 10:42:20 2022 +0200 index correction Change-Id: I9580f8bef5138364667df66eb950f1d205b5e9a2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141837 Tested-by: Jenkins Reviewed-by: Alain Romedenne <[email protected]> diff --git a/source/text/sbasic/python/python_examples.xhp b/source/text/sbasic/python/python_examples.xhp index c5b496ed07..90913e6528 100644 --- a/source/text/sbasic/python/python_examples.xhp +++ b/source/text/sbasic/python/python_examples.xhp @@ -18,7 +18,6 @@ <section id="pythonexamples"> <bookmark xml-lang="en-US" branch="index" id="bm_id20191031405"> <bookmark_value>Python;examples</bookmark_value> - <bookmark_value>Python;shell</bookmark_value> <bookmark_value>Python;platform</bookmark_value> <bookmark_value>Python;session</bookmark_value> <bookmark_value>Python;screen input/output</bookmark_value> @@ -34,6 +33,7 @@ <embed href="text/sbasic/python/python_handler.xhp#pythonhandler_h1"/> <embed href="text/sbasic/python/python_listener.xhp#pythonlistener"/> <embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/> + <embed href="text/sbasic/python/python_shell.xhp#pythonshell1"/> <section id="relatedtopics"> <embed href="text/sbasic/guide/basic_2_python.xhp#basic2python"/> <embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/> diff --git a/source/text/sbasic/python/python_shell.xhp b/source/text/sbasic/python/python_shell.xhp index 52cea354a4..9fd47cf964 100644 --- a/source/text/sbasic/python/python_shell.xhp +++ b/source/text/sbasic/python/python_shell.xhp @@ -18,6 +18,7 @@ <bookmark branch="index" id="N0117"> <bookmark_value>Python console</bookmark_value> <bookmark_value>Python Interactive Shell</bookmark_value> + <bookmark_value>Python;Shell</bookmark_value> </bookmark> <section id="pythonshell"> <h1 id="N0118"><variable id="pythonshell1"><link href="text/sbasic/python/python_shell.xhp" name="python shell">Running Python Interactive Console</link></variable></h1>
