Skip to content

Commit 41f751b

Browse files
authored
Update installation.rst with Python3 print() syntax (#1204)
1 parent 622523b commit 41f751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Verifying your Installation
2424
---------------------------
2525
To check if the installation was successful, you can run::
2626

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

2929
It should print something like "3.29.1".
3030

0 commit comments

Comments
 (0)