Skip to content

Commit 9dc7bc9

Browse files
committed
Revert back to testing cassandra.__version__
1 parent 690c1dc commit 9dc7bc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Verifying your Installation
2424
---------------------------
2525
To check if the installation was successful, you can run::
2626

27-
python -c 'import cassandra; print(cassandra.ProtocolVersion.SUPPORTED_VERSIONS)'
27+
python -c 'import cassandra; print(cassandra.__version__)'
2828

29-
This command should print something like "(66, 65, 6, 5, 4, 3, 2, 1)".
29+
This command should print something like ``3.30.0``.
3030

3131
.. _installation-datastax-graph:
3232

0 commit comments

Comments
 (0)