]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#6146: fix markup bug.
authorGeorg Brandl <georg@python.org>
Sat, 30 May 2009 07:26:04 +0000 (07:26 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 May 2009 07:26:04 +0000 (07:26 +0000)
Doc/library/rlcompleter.rst

index 50f1afd3484989471e4484f0bcc943ba21541331..85a9d79260dfb294067ab2f82ac65eb06fefbc93 100644 (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