absurdfarce commented on code in PR #1282:
URL: 
https://github.com/apache/cassandra-python-driver/pull/1282#discussion_r2976997275


##########
docs/installation.rst:
##########
@@ -24,9 +24,9 @@ Verifying your Installation
 ---------------------------
 To check if the installation was successful, you can run::
 
-    python -c 'import cassandra; print(cassandra.__version__)'
+    python -c 'import cassandra; 
print(cassandra.ProtocolVersion.SUPPORTED_VERSIONS)'
 
-It should print something like "3.29.3".
+This command should print something like "(66, 65, 6, 5, 4, 3, 2, 1)".

Review Comment:
   I forgot that we kept `cassandra.__version__` around... agree that this 
makes more sense.  Also just re-tested against 3.30.0 to confirm that this 
usage still works without issue... and it does.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to