diff options
author | Georg Brandl <georg@python.org> | 2010-03-12 10:02:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-03-12 10:02:03 (GMT) |
commit | f6d3674599cb1f03da78aaf8800def5086bb9879 (patch) | |
tree | dd416334149738acef8848dfa3ce59d866bd4bb7 /Doc/library/site.rst | |
parent | 554272743a597cfde468fbc0dd200859a6648b56 (diff) | |
download | cpython-f6d3674599cb1f03da78aaf8800def5086bb9879.zip cpython-f6d3674599cb1f03da78aaf8800def5086bb9879.tar.gz cpython-f6d3674599cb1f03da78aaf8800def5086bb9879.tar.bz2 |
Fix warnings from "make check".
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 9616105..6ad156e 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -140,9 +140,9 @@ empty, and the path manipulations are skipped; however the import of .. function:: getuserbase() - Returns the `user base` directory path. + Returns the "user base" directory path. - The `user base` directory can be used to store data. If the global + The "user base" directory can be used to store data. If the global variable ``USER_BASE`` is not initialized yet, this function will also set it. |