From: Fred Drake Date: Fri, 10 Aug 2001 16:15:08 +0000 (+0000) Subject: Usage fix, problem reported by Keith Briggs. X-Git-Tag: v2.2a3~678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d8d72b0cb26b9d7ccb7e264046cf531a86d0c66;p=python Usage fix, problem reported by Keith Briggs. --- diff --git a/Doc/lib/librlcompleter.tex b/Doc/lib/librlcompleter.tex index aff18cd844..8794ebb880 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.