summaryrefslogtreecommitdiff
path: root/Doc/library/site.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-12 10:06:40 +0000
committerGeorg Brandl <georg@python.org>2010-03-12 10:06:40 +0000
commit1cf86944928b7358db796566b8b7c893b3227730 (patch)
tree3e800a66973b0381f17d533ae42cb3446348752c /Doc/library/site.rst
parent34a235f069e4d66f6eacc78fca10c822a8527755 (diff)
downloadcpython-1cf86944928b7358db796566b8b7c893b3227730.tar.gz
Merged revisions 78859-78860 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line Get rid of backticks. ........ r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line Fix warnings from "make check". ........
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r--Doc/library/site.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst
index eb4079d1f5..b347ee8a74 100644
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -124,9 +124,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.