python-driver icon indicating copy to clipboard operation
python-driver copied to clipboard

docs: Issue on page Installation

Open quantuumhedgehog opened this issue 10 months ago • 0 comments

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)'

quantuumhedgehog avatar Apr 11 '25 08:04 quantuumhedgehog