Skip to content

Commit 4bbb521

Browse files
Update src/requests/help.py
Co-authored-by: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
1 parent def9633 commit 4bbb521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def info():
9797
pyopenssl_info = {
9898
"version": OpenSSL.__version__,
9999
"openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}",
100-
"openssl_version_readable": openssl_version
100+
"human_friendly_version": openssl_version,
101101
}
102102
cryptography_info = {
103103
"version": getattr(cryptography, "__version__", ""),

0 commit comments

Comments
 (0)