From b076cdc12a9af2e8203cd5a625e2029955940b48 Mon Sep 17 00:00:00 2001 From: Max Nordlund Date: Tue, 26 Dec 2017 00:51:29 +0100 Subject: [PATCH] Fix typo --- parso/_compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parso/_compatibility.py b/parso/_compatibility.py index 9ddf23d..db411ee 100644 --- a/parso/_compatibility.py +++ b/parso/_compatibility.py @@ -36,7 +36,7 @@ except AttributeError: def u(string): """Cast to unicode DAMMIT! 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). """ if py_version >= 30: