]> granicus.if.org Git - python/commitdiff
Fixed hyperlink references to the __builtin__ and __main__ modules;
authorFred Drake <fdrake@acm.org>
Mon, 2 Aug 1999 14:13:09 +0000 (14:13 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Aug 1999 14:13:09 +0000 (14:13 +0000)
error reported by Dale Nagata <DNagata@creo.com>.

Doc/lib/librlcompleter.tex

index dd666761137237e3d66e4775737d7515b77d1fcc..74b0c78540ddf49720c4bc77dc1aa190ab4c8da8 100644 (file)
@@ -49,8 +49,8 @@ Return the \var{state}th completion for \var{text}.
 
 If called for \var{text} that doesn't includea period character
 (\character{.}), it will complete from names currently defined in
-\refmodule{__main__}, \refmodule{__builtin__} and keywords (as defined
-by the \refmodule{keyword} module).
+\refmodule[main]{__main__}, \refmodule[builtin]{__builtin__} and
+keywords (as defined by the \refmodule{keyword} module).
 
 If called for a dotted name, it will try to evaluate anything without
 obvious side-effects (i.e., functions will not be evaluated, but it