Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc643c3 commit 358f4daCopy full SHA for 358f4da
1 file changed
Lib/xml/sax/handler.py
@@ -160,7 +160,7 @@ def characters(self, content):
160
event must come from the same external entity so that the
161
Locator provides useful information."""
162
163
- def ignorableWhitespace(self ):
+ def ignorableWhitespace(self, whitespace):
164
"""Receive notification of ignorable whitespace in element content.
165
166
Validating Parsers must use this method to report each chunk
0 commit comments