Skip to content

Commit 33c5ea9

Browse files
authored
Merge pull request #1621 from dkpeall/master
Update README.md SSL version check syntax
2 parents 9452118 + d95230b commit 33c5ea9

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)