commit | b571958f546b463656e9b60d4f50164e08d42b82 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Apr 09 07:56:44 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 09 07:56:44 2018 -0700 |
tree | 7496ae42c620cbc395127a202eceac1fd80c8724 | |
parent | d964f51f813282171d4da831e8de0fe003253e9e [diff] [blame] |
Improve highlighting of some code blocks. (GH-6401) (cherry picked from commit 46936d5a71d1683dbd8ddb6d7f39aab50ecfec50) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index ac99b69..8b392f8 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst
@@ -118,7 +118,9 @@ ============= To easily use Python scripts on Unix, you need to make them executable, -e.g. with :: +e.g. with + +.. code-block:: shell-session $ chmod +x script