Skip to content

Commit 2b5399d

Browse files
committed
minor docs change about the driver purpose
1 parent 27cbfdd commit 2b5399d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
DataStax Python Driver for Apache Cassandra
2-
===========================================
1+
DataStax Python Driver for Apache Cassandra and DataStax products
2+
=================================================================
33

44
.. image:: https://travis-ci.org/datastax/python-driver.png?branch=master
55
:target: https://travis-ci.org/datastax/python-driver
66

7-
A modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ and highly-tunable Python client library for Apache Cassandra (2.1+) and DataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.
7+
A modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ and highly-tunable Python client library for Apache Cassandra (2.1+) and
8+
DataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.
89

910
The driver supports Python 2.7, 3.4, 3.5, 3.6 and 3.7.
1011

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Python Cassandra Driver
2-
=======================
3-
A Python client driver for `Apache Cassandra <http://cassandra.apache.org>`_.
4-
This driver works exclusively with the Cassandra Query Language v3 (CQL3)
1+
DataStax Python Driver for Apache Cassandra and DataStax products
2+
=================================================================
3+
A Python client driver for `Apache Cassandra <http://cassandra.apache.org>`_ and
4+
DataStax products. This driver works exclusively with the Cassandra Query Language v3 (CQL3)
55
and Cassandra's native protocol. Cassandra 2.1+ is supported, including DSE 4.7+.
66

77
The driver supports Python 2.7, 3.4, 3.5, 3.6 and 3.7.

0 commit comments

Comments
 (0)