diff options
author | Michael W. Hudson <mwh@python.net> | 2003-02-21 20:11:09 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2003-02-21 20:11:09 (GMT) |
commit | f5dd753f4dd6bbb4fa04b633403a8d6160c04e3c (patch) | |
tree | e84c21c92c52e151a8402cb83f006c156cbe89c2 /Doc | |
parent | b7d1d3cf237cdbab3801294687c57852f4eafda3 (diff) | |
download | cpython-f5dd753f4dd6bbb4fa04b633403a8d6160c04e3c.zip cpython-f5dd753f4dd6bbb4fa04b633403a8d6160c04e3c.tar.gz cpython-f5dd753f4dd6bbb4fa04b633403a8d6160c04e3c.tar.bz2 |
I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few
seconds making the doc for get_completer marginally less minimal :)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libreadline.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libreadline.tex b/Doc/lib/libreadline.tex index c0c2f0a..d428594 100644 --- a/Doc/lib/libreadline.tex +++ b/Doc/lib/libreadline.tex @@ -81,8 +81,8 @@ possible completion starting with \var{text}. \end{funcdesc} \begin{funcdesc}{get_completer}{} -Get the completer function. -\versionadded{2.3} +Get the completer function, or \code{None} if no completer function +has been set. \versionadded{2.3} \end{funcdesc} \begin{funcdesc}{get_begidx}{} |