]> granicus.if.org Git - python/commitdiff
Usage fix, problem reported by Keith Briggs.
authorFred Drake <fdrake@acm.org>
Fri, 10 Aug 2001 16:15:08 +0000 (16:15 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 10 Aug 2001 16:15:08 +0000 (16:15 +0000)
Doc/lib/librlcompleter.tex

index aff18cd844d4a21ec8c55d091ab46ef930dcf468..8794ebb88043513a4cd2f14b0f8855c1412d79d8 100644 (file)
@@ -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.