Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abecbf7

Browse files
committed
Use version 3.0.
1 parent 5b318c0 commit abecbf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/site.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ and :file:`bar.pth` contains::
6161

6262
Then the following directories are added to ``sys.path``, in this order::
6363

64-
/usr/local/lib/python2.6/site-packages/bar
65-
/usr/local/lib/python2.6/site-packages/foo
64+
/usr/local/lib/python3.0/site-packages/bar
65+
/usr/local/lib/python3.0/site-packages/foo
6666

6767
Note that :file:`bletch` is omitted because it doesn't exist; the :file:`bar`
6868
directory precedes the :file:`foo` directory because :file:`bar.pth` comes

0 commit comments

Comments
 (0)