[Python-checkins] cpython (3.6): Typo

christian.heimes python-checkins at python.org
Sat Sep 24 06:07:37 EDT 2016


https://hg.python.org/cpython/rev/0191ab23729b
changeset:   104047:0191ab23729b
branch:      3.6
parent:      104045:49ccf495852b
user:        Christian Heimes <christian at python.org>
date:        Sat Sep 24 12:07:21 2016 +0200
summary:
  Typo

files:
  Modules/_ssl.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/_ssl.c b/Modules/_ssl.c
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -154,7 +154,7 @@
 {
     return meth->type;
 }
-/* LCOV_EXCL_END */
+/* LCOV_EXCL_STOP */
 #endif
 
 static pem_password_cb *SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list