From ccbb47be5e7686bcda102dacd2d68cbfa698c3b5 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 30 May 2009 07:26:04 +0000 Subject: #6146: fix markup bug. --- Doc/library/rlcompleter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/rlcompleter.rst b/Doc/library/rlcompleter.rst index 50f1afd..85a9d79 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 -- cgit v0.12