mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Usage fix, problem reported by Keith Briggs.
This commit is contained in:
parent
e89659c02d
commit
6d8d72b0cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue