Commit 358f4da2 authored by Lars Gustäbel's avatar Lars Gustäbel

Added back missing argument to ignorableWhitespace signature.

parent fc643c33
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment