Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6
Changeset: r97518:060a31354521
Date: 2019-09-17 18:25 +0200
http://bitbucket.org/pypy/pypy/changeset/060a31354521/

Log:    fix translation, I think

diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py
--- a/pypy/interpreter/argument.py
+++ b/pypy/interpreter/argument.py
@@ -9,7 +9,7 @@
 
 from pypy.interpreter.error import OperationError, oefmt
 
[email protected](1)
[email protected](2)
 def raise_type_error(space, fnname_parens, msg, *args):
     if fnname_parens is None:
         raise oefmt(space.w_TypeError, msg, *args)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to