]> granicus.if.org Git - python/commitdiff
fixed markup errors
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 4 Jan 2010 09:00:11 +0000 (09:00 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 4 Jan 2010 09:00:11 +0000 (09:00 +0000)
Doc/library/readline.rst
Doc/library/runpy.rst
Doc/whatsnew/2.7.rst

index 89addaa85b3a0eb0363b5b55cd699535843cf639..c58fd268e723f21e13e7b6824fc597cd9a20bc4d 100644 (file)
@@ -14,7 +14,7 @@ made using  this module affect the behaviour of both the interpreter's
 interactive prompt  and the prompts offered by the :func:`raw_input` and
 :func:`input` built-in functions.
 
-..note::
+.. note::
 
   On MacOS X the :mod:`readline` module can be implemented using
   the ``libedit`` library instead of GNU readline.
index 33b00dc931d542def95c902ce3b9fb1d4bcf421f..ffc7d13c72d4262666f622b95e64b5686a71ca65 100644 (file)
@@ -45,7 +45,7 @@ The :mod:`runpy` module provides two functions:
 
    ``__file__`` is set to the name provided by the module loader. If the
    loader does not make filename information available, this variable is set
-   to `:const:`None`.
+   to :const:`None`.
 
    ``__loader__`` is set to the PEP 302 module loader used to retrieve the
    code for the module (This loader may be a wrapper around the standard
index bee2619dd5d2ac146be8ec5b7cbb71595cb7965f..19c6ce7ec086230872954a293c330de9e7ffbc3d 100644 (file)
@@ -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`.)