Author: Matti Picus <[email protected]>
Branch: unicode-utf8-py3
Changeset: r95775:5994ada451a7
Date: 2019-02-02 10:01 +0200
http://bitbucket.org/pypy/pypy/changeset/5994ada451a7/

Log:    typo

diff --git a/pypy/interpreter/pyparser/pytokenizer.py 
b/pypy/interpreter/pyparser/pytokenizer.py
--- a/pypy/interpreter/pyparser/pytokenizer.py
+++ b/pypy/interpreter/pyparser/pytokenizer.py
@@ -49,7 +49,7 @@
 def verify_utf8(token):
     try:
         rutf8.check_utf8(token, False)
-    except ruf8.CheckError:
+    except rutf8.CheckError:
         return False
     return True
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to