summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-04 09:00:11 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-04 09:00:11 (GMT)
commit81982566aaed700e16ad0a4ef5b85e4555d79da7 (patch)
treea1db4ff0c01dbddd292705653b0393ccbe0ed74c /Doc/whatsnew
parent3694366af54082ae77f8978e16948d24269d06f6 (diff)
downloadcpython-81982566aaed700e16ad0a4ef5b85e4555d79da7.zip
cpython-81982566aaed700e16ad0a4ef5b85e4555d79da7.tar.gz
cpython-81982566aaed700e16ad0a4ef5b85e4555d79da7.tar.bz2
fixed markup errors
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index bee2619..19c6ce7 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -750,7 +750,7 @@ changes, or look through the Subversion logs for all the details.
global site-packages directories, and
:func:`getusersitepackages` returns the path of the user's
site-packages directory.
- :func:`getuserbase` returns the value of the :envvar:``USER_BASE``
+ :func:`getuserbase` returns the value of the :envvar:`USER_BASE`
environment variable, giving the path to a directory that can be used
to store data.
(Contributed by Tarek Ziade; :issue:`6693`.)