From 5aaef1e07e123f21288a3268392a865480ccb519 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 12 Nov 2020 17:59:27 -0500 Subject: Fix typo in debug command output (#957) Co-authored-by: Michael Lazar --- src/OpenSSL/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenSSL/debug.py b/src/OpenSSL/debug.py index 0d37bf5..04521d5 100644 --- a/src/OpenSSL/debug.py +++ b/src/OpenSSL/debug.py @@ -16,7 +16,7 @@ cryptography: {cryptography} cffi: {cffi} cryptography's compiled against OpenSSL: {crypto_openssl_compile} cryptography's linked OpenSSL: {crypto_openssl_link} -Pythons's OpenSSL: {python_openssl} +Python's OpenSSL: {python_openssl} Python executable: {python} Python version: {python_version} Platform: {platform} -- cgit v1.2.1