Added back missing argument to ignorableWhitespace signature.

This commit is contained in:
Lars Gustäbel 2000-09-24 11:06:27 +00:00
parent fc643c339d
commit 358f4da29c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class ContentHandler:
event must come from the same external entity so that the event must come from the same external entity so that the
Locator provides useful information.""" Locator provides useful information."""
def ignorableWhitespace(self ): def ignorableWhitespace(self, whitespace):
"""Receive notification of ignorable whitespace in element content. """Receive notification of ignorable whitespace in element content.
Validating Parsers must use this method to report each chunk Validating Parsers must use this method to report each chunk