[docs] Minor bug on http://docs.python.org/2/tutorial/interpreter.html

Hugh O'Brien obrien.hugh at gmail.com
Sat Jul 27 20:14:00 CEST 2013


Section 2.2.5 shows the following demo code:

>>> import site
>>> site.getusersitepackages()
'/home/user/.local/lib/python3.2/site-packages'

The path provided is for python3, not 2.

Thanks for the docs,

Hugh


More information about the docs mailing list