diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2022-10-25 16:41:14 +0200 |
---|---|---|
committer | Alain Romedenne <alain.romedenne@libreoffice.org> | 2022-10-26 10:42:20 +0200 |
commit | ca05a2e1e9569618449d87fcba196ba21c711363 (patch) | |
tree | 8d1046cfa2884888df2f76133a7decb42ff2f3ad /source | |
parent | d195123be4e11c5eeca6d5eace878fecbf8380a8 (diff) |
index correction
Change-Id: I9580f8bef5138364667df66eb950f1d205b5e9a2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141837
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/python/python_examples.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/python/python_shell.xhp | 1 |
2 files changed, 2 insertions, 1 deletions
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> |