summaryrefslogtreecommitdiffstats
path: root/Doc/using/unix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/using/unix.rst')
-rw-r--r--Doc/using/unix.rst4
1 files changed, 3 insertions, 1 deletions
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 @@ Miscellaneous
=============
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