]> granicus.if.org Git - python/commitdiff
Fix merging mistake: wrong Python version.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:08:57 +0000 (11:08 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:08:57 +0000 (11:08 +0200)
Doc/tutorial/interpreter.rst

index 6bdc1c5ba4eb62fe2c74a4c0c41e701dd7c6d2b3..25380e48a7b81e98e329592ed40e02c1c3854af5 100644 (file)
@@ -252,7 +252,7 @@ of your user site-packages directory.  Start Python and run this code:
 
    >>> 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