[Python-checkins] cpython (merge 3.6 -> default): Typo

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


https://hg.python.org/cpython/rev/144a2bf27dbe
changeset:   104048:144a2bf27dbe
parent:      104046:4f7ff6b6fe77
parent:      104047:0191ab23729b
user:        Christian Heimes <christian at python.org>
date:        Sat Sep 24 12:07:30 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