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

(cherry picked from commit 46936d5a71)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-04-09 07:56:44 -07:00 committed by GitHub
parent d964f51f81
commit b571958f54
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