]> granicus.if.org Git - python/commitdiff
Update the python version in the interpreter tutorial.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 20 Apr 2010 09:41:59 +0000 (09:41 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 20 Apr 2010 09:41:59 +0000 (09:41 +0000)
Doc/tutorial/interpreter.rst

index 027c5e27743dbab76f83c56015b184c6c9549bcf..f397f032eb2778af7bb88d163ee81b9a38217aad 100644 (file)
@@ -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