[Python-checkins] cpython (2.7): Fix merging mistake: wrong Python version.
georg.brandl
python-checkins at python.org
Sun Oct 6 11:08:13 CEST 2013
http://hg.python.org/cpython/rev/9225325e8e1d
changeset: 86037:9225325e8e1d
branch: 2.7
user: Georg Brandl <georg at python.org>
date: Sun Oct 06 11:08:57 2013 +0200
summary:
Fix merging mistake: wrong Python version.
files:
Doc/tutorial/interpreter.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -252,7 +252,7 @@
>>> import site
>>> site.getusersitepackages()
- '/home/user/.local/lib/python3.2/site-packages'
+ '/home/user/.local/lib/python2.7/site-packages'
Now you can create a file named :file:`usercustomize.py` in that directory and
put anything you want in it. It will affect every invocation of Python, unless
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list