We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5509e commit d019ac0Copy full SHA for d019ac0
docs/installation.rst
@@ -24,7 +24,7 @@ Verifying your Installation
24
---------------------------
25
To check if the installation was successful, you can run::
26
27
- python -c 'import cassandra; print cassandra.__version__'
+ python -c 'import cassandra; print(cassandra.__version__)'
28
29
It should print something like "3.29.1".
30
0 commit comments