Skip to content

Commit 25d1c30

Browse files
Update src/requests/help.py
Co-authored-by: Ian Stapleton Cordasco <[email protected]>
1 parent 4bbb521 commit 25d1c30

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
@@ -109,7 +109,7 @@ def info():
109109
system_ssl = ssl.OPENSSL_VERSION_NUMBER
110110
system_ssl_info = {
111111
"version": f"{system_ssl:x}" if system_ssl is not None else "",
112-
"version_readable": ssl.OPENSSL_VERSION
112+
"human_friendly_version": ssl.OPENSSL_VERSION,
113113
}
114114

115115
return {

0 commit comments

Comments
 (0)