Improve highlighting of some code blocks. (GH-6401)

This commit is contained in:
Serhiy Storchaka 2018-04-08 19:18:04 +03:00 committed by GitHub
parent 9265dd72e5
commit 46936d5a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 301 additions and 137 deletions

View file

@ -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