mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Use true booleans and PEP8 for argdefaults.
This commit is contained in:
parent
3d6575dfc8
commit
fe99105835
9 changed files with 21 additions and 21 deletions
|
@ -268,7 +268,7 @@ class XMLFilterBase(xmlreader.XMLReader):
|
|||
|
||||
# --- Utility functions
|
||||
|
||||
def prepare_input_source(source, base = ""):
|
||||
def prepare_input_source(source, base=""):
|
||||
"""This function takes an InputSource and an optional base URL and
|
||||
returns a fully resolved InputSource object ready for reading."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue