Fixed hyperlink references to the __builtin__ and __main__ modules;

error reported by Dale Nagata <DNagata@creo.com>.
This commit is contained in:
Fred Drake 1999-08-02 14:13:09 +00:00
parent a74c55662f
commit ce201128b0
1 changed files with 2 additions and 2 deletions

View 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