Author: Armin Rigo <[email protected]> Branch: Changeset: r85615:54735c1e0e5d Date: 2016-07-09 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/54735c1e0e5d/
Log: typo (thanks LarstiQ) diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -353,7 +353,7 @@ reproducing the bug ourselves**. We cannot do anything with tracebacks from gdb, or core dumps. This is not only because the standard PyPy is compiled without debug symbols. The real reason is -that a C-level traceback is usually of not help at all in PyPy. +that a C-level traceback is usually of no help at all in PyPy. Debugging PyPy can be annoying. In more details: _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
