summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libreadline.tex
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2003-02-21 20:11:09 (GMT)
committerMichael W. Hudson <mwh@python.net>2003-02-21 20:11:09 (GMT)
commitf5dd753f4dd6bbb4fa04b633403a8d6160c04e3c (patch)
treee84c21c92c52e151a8402cb83f006c156cbe89c2 /Doc/lib/libreadline.tex
parentb7d1d3cf237cdbab3801294687c57852f4eafda3 (diff)
downloadcpython-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/lib/libreadline.tex')
-rw-r--r--Doc/lib/libreadline.tex4
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}{}