From: Georg Brandl Date: Sun, 6 Oct 2013 09:08:57 +0000 (+0200) Subject: Fix merging mistake: wrong Python version. X-Git-Tag: v2.7.6rc1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76834a1a2773acf66fbd3db01f587a20701c0a79;p=python Fix merging mistake: wrong Python version. --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 6bdc1c5ba4..25380e48a7 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -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