Index: Doc/library/rlcompleter.rst =================================================================== --- Doc/library/rlcompleter.rst (Revision 73035) +++ Doc/library/rlcompleter.rst (Arbeitskopie) @@ -52,7 +52,7 @@ .. method:: Completer.complete(text, state) - Return the *state*th completion for *text*. + Return the *state*\ th completion for *text*. If called for *text* that doesn't include a period character (``'.'``), it will complete from names currently defined in :mod:`__main__`, :mod:`__builtin__` and