Update gaphor/misc/listmixins.py

This commit is contained in:
Arjan Molenaar 2012-12-26 19:54:50 +01:00
parent a1eaa7ed05
commit 0cd1f40404

View File

@ -105,7 +105,7 @@ class querymixin(object):
def issafeiterable(obj):
"""
Checks if the object is iteable, but not a string.
Checks if the object is iterable, but not a string.
>>> issafeiterable([])
True