]> granicus.if.org Git - python/commitdiff
I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few
authorMichael W. Hudson <mwh@python.net>
Fri, 21 Feb 2003 20:11:09 +0000 (20:11 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 21 Feb 2003 20:11:09 +0000 (20:11 +0000)
seconds making the doc for get_completer marginally less minimal :)

Doc/lib/libreadline.tex

index c0c2f0aba485090af0fec8218370f548554d32c0..d428594973f5d2af46a76dcb6d5f3a3400e3c68a 100644 (file)
@@ -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}{}