Commit 6d8d72b0 authored by Fred Drake's avatar Fred Drake

Usage fix, problem reported by Keith Briggs.

parent e89659c0
...@@ -10,7 +10,7 @@ The \module{rlcompleter} module defines a completion function for ...@@ -10,7 +10,7 @@ The \module{rlcompleter} module defines a completion function for
the \refmodule{readline} module by completing valid Python identifiers the \refmodule{readline} module by completing valid Python identifiers
and keywords. 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. \refmodule{readline} module.
The \module{rlcompleter} module defines the \class{Completer} class. The \module{rlcompleter} module defines the \class{Completer} class.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment