summaryrefslogtreecommitdiffstats
path: root/Doc/library/readline.rst
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/library/readline.rst
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/library/readline.rst')
-rw-r--r--Doc/library/readline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst
index ab4a099..21f30e5 100644
--- a/Doc/library/readline.rst
+++ b/Doc/library/readline.rst
@@ -14,7 +14,7 @@ made using this module affect the behaviour of both the interpreter's
interactive prompt and the prompts offered by the built-in :func:`input`
function.
-..note::
+.. note::
On MacOS X the :mod:`readline` module can be implemented using
the ``libedit`` library instead of GNU readline.