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 :)
This commit is contained in:
Michael W. Hudson 2003-02-21 20:11:09 +00:00
parent b7d1d3cf23
commit f5dd753f4d
1 changed files with 2 additions and 2 deletions

View 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}{}