Author: Armin Rigo <[email protected]> Branch: Changeset: r86066:20f28e81988a Date: 2016-08-07 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/20f28e81988a/
Log: typo diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst +++ b/pypy/doc/cpython_differences.rst @@ -116,7 +116,7 @@ reference-counting approach to garbage collection. The effect that you get in CPython has clearly been described as a side-effect of the implementation and not a language design decision: programs relying on -this are basically bogus. It would a too strong restriction to try to enforce +this are basically bogus. It would be a too strong restriction to try to enforce CPython's behavior in a language spec, given that it has no chance to be adopted by Jython or IronPython (or any other port of Python to Java or .NET). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
