From: Fred Drake Date: Mon, 2 Aug 1999 14:13:09 +0000 (+0000) Subject: Fixed hyperlink references to the __builtin__ and __main__ modules; X-Git-Tag: v1.6a1~1047 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce201128b0ffdb8a34c0c951a7c1c7780c39b373;p=python Fixed hyperlink references to the __builtin__ and __main__ modules; error reported by Dale Nagata . --- diff --git a/Doc/lib/librlcompleter.tex b/Doc/lib/librlcompleter.tex index dd66676113..74b0c78540 100644 --- a/Doc/lib/librlcompleter.tex +++ b/Doc/lib/librlcompleter.tex @@ -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