Skip to content

Commit d019ac0

Browse files
bschoeningdkropachev
authored andcommitted
Update installation.rst with Python3 print() syntax (datastax#1204)
1 parent dc5509e commit d019ac0

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)