Skip to content

Commit d95230b

Browse files
author
David Peall
authored
Update README.md SSL version check syntax
Update the syntax for the SSL version check to be compatible with python 3.
1 parent 9452118 commit d95230b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ brew install python
177177
Once installed, you can query the version of OpenSSL like so:
178178

179179
```
180-
python -c "import ssl; print ssl.OPENSSL_VERSION"
180+
python -c "import ssl; print (ssl.OPENSSL_VERSION)"
181181
```
182182

183183
You'll need a version with OpenSSL version 1.0.0 or later.

0 commit comments

Comments
 (0)