summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py2
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: