Author: Manuel Jacob <[email protected]> Branch: Changeset: r88094:bacc55bdad61 Date: 2016-11-03 07:06 +0100 http://bitbucket.org/pypy/pypy/changeset/bacc55bdad61/
Log: Fix typo. diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst --- a/pypy/doc/release-pypy2.7-v5.6.0.rst +++ b/pypy/doc/release-pypy2.7-v5.6.0.rst @@ -16,7 +16,7 @@ We changed ``timeit`` to now report average +- standard deviation, which is better than the misleading minimum value reported in CPython. -We now support building PyPy with OpenSSL 1.1 in our built-in _sll module, as +We now support building PyPy with OpenSSL 1.1 in our built-in _ssl module, as well as maintaining support for previous versions. XXX _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
