forked from orbit-oss/flask
Fixed typo in _compat.py
This commit is contained in:
parent
3fc10bd240
commit
bf3708609a
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ _identity = lambda x: x
|
||||||
if not PY2:
|
if not PY2:
|
||||||
text_type = str
|
text_type = str
|
||||||
string_types = (str,)
|
string_types = (str,)
|
||||||
integer_types = (int, )
|
integer_types = (int,)
|
||||||
|
|
||||||
iterkeys = lambda d: iter(d.keys())
|
iterkeys = lambda d: iter(d.keys())
|
||||||
itervalues = lambda d: iter(d.values())
|
itervalues = lambda d: iter(d.values())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue