mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Bug #1397205: doc typo
This commit is contained in:
parent
05af43d6a0
commit
9ad69637e8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ handlers, error handlers, and entity resolvers. Applications normally
|
|||
only need to implement those interfaces whose events they are
|
||||
interested in; they can implement the interfaces in a single object or
|
||||
in multiple objects. Handler implementations should inherit from the
|
||||
base classes provided in the module \module{xml.sax}, so that all
|
||||
base classes provided in the module \module{xml.sax.handler}, so that all
|
||||
methods get default implementations.
|
||||
|
||||
\begin{classdesc*}{ContentHandler}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue