mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
#6146: fix markup bug.
This commit is contained in:
parent
ecf3c62440
commit
ccbb47be5e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue