[pypy-commit] pypy rpython-error-to-systemerror: Emphasis potential plural

arigo pypy.commits at gmail.com
Mon Nov 7 09:39:59 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: rpython-error-to-systemerror
Changeset: r88176:0b3bcb8cab04
Date: 2016-11-07 15:39 +0100
http://bitbucket.org/pypy/pypy/changeset/0b3bcb8cab04/

Log:	Emphasis potential plural

diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/interpreter/pyframe.py
@@ -907,7 +907,7 @@
         if we_are_translated():
             from rpython.rlib.debug import debug_print_traceback
             debug_print_traceback()
-            extra = '; internal traceback was dumped to stderr'
+            extra = '; internal traceback(s) were dumped to stderr'
         else:
             extra = self._convert_unexpected_exception_extra(e)
         operr = OperationError(self.space.w_SystemError, self.space.wrap(


More information about the pypy-commit mailing list