summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-04-09 14:57:07 (GMT)
committerGitHub <noreply@github.com>2018-04-09 14:57:07 (GMT)
commit1429ac9f2c7d7afa5cd88149b097084c7b5775c4 (patch)
tree0895c7dff843b091e4ad3e7b469f998807142830 /Doc/tutorial
parent335efd7c252799eeeb8cbf51d178b1b897a91ae2 (diff)
downloadcpython-1429ac9f2c7d7afa5cd88149b097084c7b5775c4.zip
cpython-1429ac9f2c7d7afa5cd88149b097084c7b5775c4.tar.gz
cpython-1429ac9f2c7d7afa5cd88149b097084c7b5775c4.tar.bz2
[3.6] Improve highlighting of some code blocks. (GH-6401). (GH-6424)
(cherry picked from commit 46936d5a71d1683dbd8ddb6d7f39aab50ecfec50)
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/appendix.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst
index ffd16aa..241a812 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