diff options
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index ab9dfcf5184..aeead0e5bcc 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -706,7 +706,7 @@ class PropertiesI(Properties): # # Ice.createProperties() # -def createProperties(args=[], defaults=None): +def createProperties(args=None, defaults=None): '''Creates a new property set. The optional arguments represent an argument list (such as sys.argv) and a property set that supplies default values. You can invoke this function as follows: |