Update gaphor/misc/listmixins.py
This commit is contained in:
parent
a1eaa7ed05
commit
0cd1f40404
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user