From fe99105835b59e66ca1fd53ea3f8bcec3ec7cb3c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 16 Sep 2009 15:54:04 +0000 Subject: Use true booleans and PEP8 for argdefaults. --- Lib/xml/sax/saxutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/xml/sax/saxutils.py') diff --git a/Lib/xml/sax/saxutils.py b/Lib/xml/sax/saxutils.py index e5d43a597a..e8450158cf 100644 --- a/Lib/xml/sax/saxutils.py +++ b/Lib/xml/sax/saxutils.py @@ -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.""" -- cgit v1.2.1