From 6d8d72b0cb26b9d7ccb7e264046cf531a86d0c66 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 10 Aug 2001 16:15:08 +0000 Subject: [PATCH] Usage fix, problem reported by Keith Briggs. --- Doc/lib/librlcompleter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/librlcompleter.tex b/Doc/lib/librlcompleter.tex index aff18cd844d..8794ebb8804 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.