mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix spacing.
This commit is contained in:
parent
18476a3740
commit
d1b516c274
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
|
|||
def external_entity_ref(self, context, base, sysid, pubid):
|
||||
if not self._external_ges:
|
||||
return 1
|
||||
|
||||
|
||||
source = self._ent_handler.resolveEntity(pubid, sysid)
|
||||
source = saxutils.prepare_input_source(source,
|
||||
self._source.getSystemId() or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue