]> granicus.if.org Git - python/commitdiff
Merged revisions 77298 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 13:24:15 +0000 (13:24 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 13:24:15 +0000 (13:24 +0000)
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
........

Doc/library/readline.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.