]> granicus.if.org Git - python/commitdiff
Use version 3.0.
authorGeorg Brandl <georg@python.org>
Sun, 3 Aug 2008 10:04:14 +0000 (10:04 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 3 Aug 2008 10:04:14 +0000 (10:04 +0000)
Doc/library/site.rst

index 50dfb383af8f7abf65368944919dd5c04fec39e3..73ec7bfc8a1e8a6ffb8e5fb141b1c168ef19bffa 100644 (file)
@@ -61,8 +61,8 @@ and :file:`bar.pth` contains::
 
 Then the following directories are added to ``sys.path``, in this order::
 
-   /usr/local/lib/python2.6/site-packages/bar
-   /usr/local/lib/python2.6/site-packages/foo
+   /usr/local/lib/python3.0/site-packages/bar
+   /usr/local/lib/python3.0/site-packages/foo
 
 Note that :file:`bletch` is omitted because it doesn't exist; the :file:`bar`
 directory precedes the :file:`foo` directory because :file:`bar.pth` comes