Fix typo in debug command output (#957)
Co-authored-by: Michael Lazar <mlazar@doctorondemand.com>
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 @@
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}