[Python-checkins] r77298 - in python/trunk/Doc: library/readline.rst library/runpy.rst whatsnew/2.7.rst

ezio.melotti python-checkins at python.org
Mon Jan 4 10:00:11 CET 2010


Author: ezio.melotti
Date: Mon Jan  4 10:00:11 2010
New Revision: 77298

Log:
fixed markup errors

Modified:
   python/trunk/Doc/library/readline.rst
   python/trunk/Doc/library/runpy.rst
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/library/readline.rst
==============================================================================
--- python/trunk/Doc/library/readline.rst	(original)
+++ python/trunk/Doc/library/readline.rst	Mon Jan  4 10:00:11 2010
@@ -14,7 +14,7 @@
 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.

Modified: python/trunk/Doc/library/runpy.rst
==============================================================================
--- python/trunk/Doc/library/runpy.rst	(original)
+++ python/trunk/Doc/library/runpy.rst	Mon Jan  4 10:00:11 2010
@@ -45,7 +45,7 @@
 
    ``__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

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Mon Jan  4 10:00:11 2010
@@ -750,7 +750,7 @@
   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`.)


More information about the Python-checkins mailing list