Skip to content

Commit 7e05938

Browse files
committed
Capitalize "Python" in changelog.
1 parent 23eaebf commit 7e05938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ improvements:
1919
- A unified CRUD API. All official MongoDB drivers now implement a standard
2020
CRUD API allowing polyglot developers to move from language to language
2121
with ease.
22-
- Single source support for python 2.x and 3.x. PyMongo no longer relies on
23-
2to3 to support python 3.
24-
- A rewritten pure python BSON implementation, improving performance
22+
- Single source support for Python 2.x and 3.x. PyMongo no longer relies on
23+
2to3 to support Python 3.
24+
- A rewritten pure Python BSON implementation, improving performance
2525
with pypy and cpython deployments without support for C extensions.
2626
- Better support for greenlet based async frameworks including eventlet.
2727
- Immutable client, database, and collection classes, avoiding a host of thread

0 commit comments

Comments
 (0)