diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-09-26 02:57:59 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-09-26 02:57:59 +0000 |
commit | afdbe3d661c8abbbcb8737a85d1289ae135579e4 (patch) | |
tree | 5ff23f4f64fa9fbffc54360da274750027c2f9d5 | |
parent | b49e53ee16eba81fb9548843d24d1cc328f2095a (diff) | |
download | cpython-git-afdbe3d661c8abbbcb8737a85d1289ae135579e4.tar.gz |
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 4844fb5ba6..9616105493 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -157,6 +157,6 @@ empty, and the path manipulations are skipped; however the import of .. versionadded:: 2.7 -XXX Update documentation -XXX document python -m site --user-base --user-site +.. XXX Update documentation +.. XXX document python -m site --user-base --user-site |