[Python-checkins] cpython (3.2): #11643: fix rst markup error in site.rst.

ezio.melotti python-checkins at python.org
Mon Sep 17 09:01:14 CEST 2012


http://hg.python.org/cpython/rev/7aca2781c381
changeset:   79041:7aca2781c381
branch:      3.2
parent:      79037:f98f46f7f11b
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Sep 17 08:59:36 2012 +0200
summary:
  #11643: fix rst markup error in site.rst.

files:
  Doc/library/site.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/site.rst b/Doc/library/site.rst
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -26,7 +26,7 @@
 For the head part, it uses ``sys.prefix`` and ``sys.exec_prefix``; empty heads
 are skipped.  For the tail part, it uses the empty string and then
 :file:`lib/site-packages` (on Windows) or
-:file:`lib/python|version|/site-packages` and then :file:`lib/site-python` (on
+:file:`lib/python{X.Y}/site-packages` and then :file:`lib/site-python` (on
 Unix and Macintosh).  For each of the distinct head-tail combinations, it sees
 if it refers to an existing directory, and if so, adds it to ``sys.path`` and
 also inspects the newly added path for configuration files.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list