From: Michael W. Hudson Date: Fri, 21 Feb 2003 20:11:09 +0000 (+0000) Subject: I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few X-Git-Tag: v2.3c1~1733 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5dd753f4dd6bbb4fa04b633403a8d6160c04e3c;p=thirdparty%2FPython%2Fcpython.git 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 :) --- diff --git a/Doc/lib/libreadline.tex b/Doc/lib/libreadline.tex index c0c2f0aba485..d428594973f5 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}{}