Author: Richard Plangger <[email protected]>
Branch: py3.5
Changeset: r90742:3e766f54a47c
Date: 2017-03-17 10:31 +0100
http://bitbucket.org/pypy/pypy/changeset/3e766f54a47c/

Log:    wow, what a typo

diff --git a/lib_pypy/_ssl/__init__.py b/lib_pypy/_ssl/__init__.py
--- a/lib_pypy/_ssl/__init__.py
+++ b/lib_pypy/_ssl/__init__.py
@@ -11,6 +11,6 @@
 RAND_bytes        = builtinify(RAND_bytes)
 RAND_pseudo_bytes = builtinify(RAND_pseudo_bytes)
 RAND_status       = builtinify(RAND_status)
-# RAND_egd is optional and might not be available on e.g. libreoffice
+# RAND_egd is optional and might not be available on e.g. libressl
 if hasattr(_stdssl, 'RAND_egd'):
     RAND_egd          = builtinify(RAND_egd)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to