diff options
author | Georg Brandl <georg@python.org> | 2008-08-03 09:21:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-08-03 09:21:18 (GMT) |
commit | 1113803c5a38fffc8db7d3975d6df9585dad4268 (patch) | |
tree | 8c16635b5f95868c93693d7fb797ed150219783b /Doc/library/site.rst | |
parent | aca98b0a2c18fdc9e8ec66b1a1d10b0f7e834376 (diff) | |
download | cpython-1113803c5a38fffc8db7d3975d6df9585dad4268.zip cpython-1113803c5a38fffc8db7d3975d6df9585dad4268.tar.gz cpython-1113803c5a38fffc8db7d3975d6df9585dad4268.tar.bz2 |
#3495: use current version.
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r-- | Doc/library/site.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index ff70aff..b244121 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -64,8 +64,8 @@ and :file:`bar.pth` contains:: Then the following directories are added to ``sys.path``, in this order:: - /usr/local/lib/python2.3/site-packages/bar - /usr/local/lib/python2.3/site-packages/foo + /usr/local/lib/python2.6/site-packages/bar + /usr/local/lib/python2.6/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 |