summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-04 09:29:10 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-04 09:29:10 (GMT)
commit6e40e27ecfe417ab4633c46b8ac99d30ebad6b36 (patch)
treec4e4c62aa19b1f936615743c462ab380932de51d /Doc/whatsnew
parentaafdca895b5384455de662f89955f240daaa8caf (diff)
downloadcpython-6e40e27ecfe417ab4633c46b8ac99d30ebad6b36.zip
cpython-6e40e27ecfe417ab4633c46b8ac99d30ebad6b36.tar.gz
cpython-6e40e27ecfe417ab4633c46b8ac99d30ebad6b36.tar.bz2
Merged revisions 77298 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77298 | ezio.melotti | 2010-01-04 11:00:11 +0200 (Mon, 04 Jan 2010) | 1 line 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 4171593..a07a979 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -740,7 +740,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`.)