mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-22 04:01:32 +08:00
Fix typo
This commit is contained in:
committed by
Dave Halter
parent
0dea94c801
commit
b076cdc12a
@@ -36,7 +36,7 @@ except AttributeError:
|
|||||||
def u(string):
|
def u(string):
|
||||||
"""Cast to unicode DAMMIT!
|
"""Cast to unicode DAMMIT!
|
||||||
Written because Python2 repr always implicitly casts to a string, so we
|
Written because Python2 repr always implicitly casts to a string, so we
|
||||||
have to cast back to a unicode (and we now that we always deal with valid
|
have to cast back to a unicode (and we know that we always deal with valid
|
||||||
unicode, because we check that in the beginning).
|
unicode, because we check that in the beginning).
|
||||||
"""
|
"""
|
||||||
if py_version >= 30:
|
if py_version >= 30:
|
||||||
|
|||||||
Reference in New Issue
Block a user