Skip to content

Commit

Permalink
Fix docstring for processxmlfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bunyk committed Nov 27, 2014
1 parent 68d93c2 commit d7bd401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/configuration/xmlconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def endElementNS(self, name, qname):
def processxmlfile(file, context, testing=False):
"""Process a configuration file
See examples in tests/text_xmlconfig.py
See examples in tests/test_xmlconfig.py
"""
src = InputSource(getattr(file, 'name', '<string>'))
src.setByteStream(file)
Expand Down

0 comments on commit d7bd401

Please sign in to comment.