[Python-checkins] r73045 - python/trunk/Doc/library/rlcompleter.rst

georg.brandl python-checkins at python.org
Sat May 30 09:26:04 CEST 2009


Author: georg.brandl
Date: Sat May 30 09:26:04 2009
New Revision: 73045

Log:
#6146: fix markup bug.

Modified:
   python/trunk/Doc/library/rlcompleter.rst

Modified: python/trunk/Doc/library/rlcompleter.rst
==============================================================================
--- python/trunk/Doc/library/rlcompleter.rst	(original)
+++ python/trunk/Doc/library/rlcompleter.rst	Sat May 30 09:26:04 2009
@@ -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


More information about the Python-checkins mailing list