diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-04 09:29:10 +0000 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-04 09:29:10 +0000 |
| commit | 6e40e27ecfe417ab4633c46b8ac99d30ebad6b36 (patch) | |
| tree | c4e4c62aa19b1f936615743c462ab380932de51d /Doc/library/readline.rst | |
| parent | aafdca895b5384455de662f89955f240daaa8caf (diff) | |
| download | cpython-git-6e40e27ecfe417ab4633c46b8ac99d30ebad6b36.tar.gz | |
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index ab4a099e86..21f30e56c2 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. |
