From: Ezio Melotti Date: Tue, 23 Mar 2010 13:24:15 +0000 (+0000) Subject: Merged revisions 77298 via svnmerge from X-Git-Tag: v2.6.6rc1~543 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f5e828d95e42d1cf010ea23999821991baec26d;p=thirdparty%2FPython%2Fcpython.git 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 ........ --- diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 89addaa85b3a..c58fd268e723 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.