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

Skip to content

Commit 84da8aa

Browse files
committed
Fix inconsistent use of space/tabs.
1 parent f367cac commit 84da8aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/xml/sax/handler.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ class DTDHandler:
212212
parsing (unparsed entities and attributes)."""
213213

214214
def notationDecl(self, name, publicId, systemId):
215-
"Handle a notation declaration event."
215+
"Handle a notation declaration event."
216216

217217
def unparsedEntityDecl(self, name, publicId, systemId, ndata):
218-
"Handle an unparsed entity declaration event."
218+
"Handle an unparsed entity declaration event."
219219

220220

221221
# ===== ENTITYRESOLVER =====
@@ -228,10 +228,10 @@ class EntityResolver:
228228
this interface with the default behaviour."""
229229

230230
def resolveEntity(self, publicId, systemId):
231-
"""Resolve the system identifier of an entity and return either
231+
"""Resolve the system identifier of an entity and return either
232232
the system identifier to read from as a string, or an InputSource
233233
to read from."""
234-
return systemId
234+
return systemId
235235

236236

237237
#============================================================================

0 commit comments

Comments
 (0)