Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 358f4da

Browse files
committed
Added back missing argument to ignorableWhitespace signature.
1 parent fc643c3 commit 358f4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xml/sax/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def characters(self, content):
160160
event must come from the same external entity so that the
161161
Locator provides useful information."""
162162

163-
def ignorableWhitespace(self ):
163+
def ignorableWhitespace(self, whitespace):
164164
"""Receive notification of ignorable whitespace in element content.
165165
166166
Validating Parsers must use this method to report each chunk

0 commit comments

Comments
 (0)