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 622523b commit 41f751bCopy full SHA for 41f751b
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