summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lazar <lazar.michael22@gmail.com>2020-11-12 17:59:27 -0500
committerGitHub <noreply@github.com>2020-11-12 17:59:27 -0500
commit5aaef1e07e123f21288a3268392a865480ccb519 (patch)
tree246710ff657d694ce09c4fbd062e72f5b296ecf5
parent124a0134fdb7decb0136b4b6f7892b87b919e74e (diff)
downloadpyopenssl-git-5aaef1e07e123f21288a3268392a865480ccb519.tar.gz
Fix typo in debug command output (#957)
Co-authored-by: Michael Lazar <mlazar@doctorondemand.com>
-rw-r--r--src/OpenSSL/debug.py2
1 files changed, 1 insertions, 1 deletions
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}