From 1113803c5a38fffc8db7d3975d6df9585dad4268 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 3 Aug 2008 09:21:18 +0000 Subject: [PATCH] #3495: use current version. --- Doc/library/site.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/site.rst b/Doc/library/site.rst index ff70aff6f98..b244121ebc9 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