]> granicus.if.org Git - python/commitdiff
Add some minimal doc for get_completer added for patch 676342
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Feb 2003 18:57:05 +0000 (18:57 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Feb 2003 18:57:05 +0000 (18:57 +0000)
Doc/lib/libreadline.tex

index 3988052fef7d7dd22170ca8021f9856527abb398..c0c2f0aba485090af0fec8218370f548554d32c0 100644 (file)
@@ -80,6 +80,11 @@ until it returns a non-string value.  It should return the next
 possible completion starting with \var{text}.
 \end{funcdesc}
 
+\begin{funcdesc}{get_completer}{}
+Get the completer function.
+\versionadded{2.3}
+\end{funcdesc}
+
 \begin{funcdesc}{get_begidx}{}
 Get the beginning index of the readline tab-completion scope.
 \end{funcdesc}