mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added back missing argument to ignorableWhitespace signature.
This commit is contained in:
parent
fc643c339d
commit
358f4da29c
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class ContentHandler:
|
|||
event must come from the same external entity so that the
|
||||
Locator provides useful information."""
|
||||
|
||||
def ignorableWhitespace(self ):
|
||||
def ignorableWhitespace(self, whitespace):
|
||||
"""Receive notification of ignorable whitespace in element content.
|
||||
|
||||
Validating Parsers must use this method to report each chunk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue