diff options
Diffstat (limited to 'Doc/tutorial/appendix.rst')
-rw-r--r-- | Doc/tutorial/appendix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst index ffd16aa97a1..241a8120374 100644 --- a/Doc/tutorial/appendix.rst +++ b/Doc/tutorial/appendix.rst @@ -52,7 +52,7 @@ comment in Python. The script can be given an executable mode, or permission, using the :program:`chmod` command. -.. code-block:: bash +.. code-block:: shell-session $ chmod +x myscript.py |