Skip to content

Commit b3b2465

Browse files
committed
Driver/Python: Naming things: s/driver/client/
1 parent 324c0c5 commit b3b2465

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/connect/python.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
Connect to CrateDB and CrateDB Cloud using different kinds of Python drivers.
66
:::
77

8-
Individual drivers offer specific features for specific
8+
Individual clients and drivers offer specific features for specific
99
needs of your application, so consider reading this enumeration carefully.
1010

11-
(python-drivers-official)=
12-
## Official drivers
11+
(python-client-official)=
12+
## Official clients
1313

1414
(crate-python)=
1515
### crate-python
@@ -65,8 +65,8 @@ frameworks, are using SQLAlchemy as database adapter library when connecting to
6565
- [SQLAlchemy Code Examples]   [![SQLAlchemy](https://github.com/crate/cratedb-examples/actions/workflows/lang-python-sqlalchemy.yml/badge.svg)](https://github.com/crate/cratedb-examples/actions/workflows/lang-python-sqlalchemy.yml)
6666

6767

68-
(python-drivers-more)=
69-
## Special purpose drivers
68+
(python-client-special)=
69+
## Special purpose clients
7070

7171
(conecta-intro)=
7272

@@ -147,8 +147,8 @@ print(response)
147147

148148
[![Tests](https://github.com/crate/micropython-cratedb/actions/workflows/tests.yml/badge.svg)](https://github.com/crate/micropython-cratedb/actions/workflows/tests.yml)
149149

150-
(python-drivers-community)=
151-
## Community drivers
150+
(python-client-community)=
151+
## Tertiary clients
152152

153153
(psycopg2)=
154154

0 commit comments

Comments
 (0)