summaryrefslogtreecommitdiffstats
path: root/Doc/library/readline.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-04 09:00:11 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-04 09:00:11 (GMT)
commit81982566aaed700e16ad0a4ef5b85e4555d79da7 (patch)
treea1db4ff0c01dbddd292705653b0393ccbe0ed74c /Doc/library/readline.rst
parent3694366af54082ae77f8978e16948d24269d06f6 (diff)
downloadcpython-81982566aaed700e16ad0a4ef5b85e4555d79da7.zip
cpython-81982566aaed700e16ad0a4ef5b85e4555d79da7.tar.gz
cpython-81982566aaed700e16ad0a4ef5b85e4555d79da7.tar.bz2
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 89addaa..c58fd26 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 :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.