#6146: fix markup bug.
This commit is contained in:
parent
ecf3c62440
commit
ccbb47be5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue