diff options
author | Fred Drake <fdrake@acm.org> | 1999-08-02 14:13:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-08-02 14:13:09 (GMT) |
commit | ce201128b0ffdb8a34c0c951a7c1c7780c39b373 (patch) | |
tree | ea3b8f9b6a92e0dbccd520dc477c97c92022c638 /Doc/lib | |
parent | a74c55662f2719dda984cdaa42dbb15772c0420f (diff) | |
download | cpython-ce201128b0ffdb8a34c0c951a7c1c7780c39b373.zip cpython-ce201128b0ffdb8a34c0c951a7c1c7780c39b373.tar.gz cpython-ce201128b0ffdb8a34c0c951a7c1c7780c39b373.tar.bz2 |
Fixed hyperlink references to the __builtin__ and __main__ modules;
error reported by Dale Nagata <DNagata@creo.com>.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/librlcompleter.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/librlcompleter.tex b/Doc/lib/librlcompleter.tex index dd66676..74b0c78 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 |