diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-10 16:15:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-10 16:15:08 (GMT) |
commit | 6d8d72b0cb26b9d7ccb7e264046cf531a86d0c66 (patch) | |
tree | d2b60b232594f31fc529cefb214108184ec3e065 /Doc/lib | |
parent | e89659c02d5490780d736e1d38ba5e0196e15679 (diff) | |
download | cpython-6d8d72b0cb26b9d7ccb7e264046cf531a86d0c66.zip cpython-6d8d72b0cb26b9d7ccb7e264046cf531a86d0c66.tar.gz cpython-6d8d72b0cb26b9d7ccb7e264046cf531a86d0c66.tar.bz2 |
Usage fix, problem reported by Keith Briggs.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/librlcompleter.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/librlcompleter.tex b/Doc/lib/librlcompleter.tex index aff18cd..8794ebb 100644 --- a/Doc/lib/librlcompleter.tex +++ b/Doc/lib/librlcompleter.tex @@ -10,7 +10,7 @@ The \module{rlcompleter} module defines a completion function for the \refmodule{readline} module by completing valid Python identifiers and keywords. -This module is \UNIX-specific due to it's dependence on the +This module is \UNIX-specific due to its dependence on the \refmodule{readline} module. The \module{rlcompleter} module defines the \class{Completer} class. |