#6146: fix markup bug.

This commit is contained in:
Georg Brandl 2009-05-30 07:26:04 +00:00
parent ecf3c62440
commit ccbb47be5e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Completer objects have the following method:
.. 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