python-driver
python-driver copied to clipboard
docs: Issue on page Installation
I would like to report an issue on page https://python-driver.docs.scylladb.com/3.28.2-scylla/installation
Problem
Python2 syntax in documentation python -c 'import cassandra; print cassandra.version'
Suggest a fix
python -c 'import cassandra; print(cassandra.version)'