summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-04-20 09:41:59 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-04-20 09:41:59 (GMT)
commit7e5b8892ce544a9cbafe94967c03922a72436d6c (patch)
tree468e22ba7c9a8e22358ecd52013a8d70284d9081
parent7afd3f532d04962b833b0f3ac13b758770c720b3 (diff)
downloadcpython-7e5b8892ce544a9cbafe94967c03922a72436d6c.zip
cpython-7e5b8892ce544a9cbafe94967c03922a72436d6c.tar.gz
cpython-7e5b8892ce544a9cbafe94967c03922a72436d6c.tar.bz2
Update the python version in the interpreter tutorial.
-rw-r--r--Doc/tutorial/interpreter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index 027c5e2..f397f03 100644
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -155,7 +155,7 @@ Executable Python Scripts
On BSD'ish Unix systems, Python scripts can be made directly executable, like
shell scripts, by putting the line ::
- #! /usr/bin/env python3.1
+ #! /usr/bin/env python3.2
(assuming that the interpreter is on the user's :envvar:`PATH`) at the beginning
of the script and giving the file an executable mode. The ``#!`` must be the