diff --git a/README.md b/README.md index 4822473e3..c21623c26 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ brew install python Once installed, you can query the version of OpenSSL like so: ``` -python -c "import ssl; print ssl.OPENSSL_VERSION" +python -c "import ssl; print (ssl.OPENSSL_VERSION)" ``` You'll need a version with OpenSSL version 1.0.0 or later.