diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-09-26 03:00:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-09-26 03:00:26 (GMT) |
commit | 02c0943ea3778d2b32dd9c293efc2f3b5f9db032 (patch) | |
tree | b91fbc82cd69acc6d6a0dd8038169ccae13aabf2 | |
parent | 8159c7aefd4f8b42ccf716a38fc73c3561a898e3 (diff) | |
download | cpython-02c0943ea3778d2b32dd9c293efc2f3b5f9db032.zip cpython-02c0943ea3778d2b32dd9c293efc2f3b5f9db032.tar.gz cpython-02c0943ea3778d2b32dd9c293efc2f3b5f9db032.tar.bz2 |
Merged revisions 75068 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75068 | benjamin.peterson | 2009-09-25 21:57:59 -0500 (Fri, 25 Sep 2009) | 1 line
comment out ugly xxx
........
-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 37b786d..692d077 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -132,5 +132,5 @@ empty, and the path manipulations are skipped; however the import of Adds a directory to sys.path and processes its pth files. -XXX Update documentation -XXX document python -m site --user-base --user-site +.. XXX Update documentation +.. XXX document python -m site --user-base --user-site |