From: Georg Brandl Date: Sat, 30 May 2009 07:26:04 +0000 (+0000) Subject: #6146: fix markup bug. X-Git-Tag: v2.7a1~1070 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbb47be5e7686bcda102dacd2d68cbfa698c3b5;p=thirdparty%2FPython%2Fcpython.git #6146: fix markup bug. --- diff --git a/Doc/library/rlcompleter.rst b/Doc/library/rlcompleter.rst index 50f1afd34849..85a9d79260df 100644 --- a/Doc/library/rlcompleter.rst +++ b/Doc/library/rlcompleter.rst @@ -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