Skip to content

Commit 21ecf9b

Browse files
committed
Formatting
1 parent f1a57f4 commit 21ecf9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### About
22

3-
py-postgresql is a Python 3 package providing modules for working with PostgreSQL.
3+
py-postgresql is a Python 3 package providing modules for working with PostgreSQL.
44
Primarily, a high-level driver for querying databases.
55

66
For a high performance async interface, MagicStack's asyncpg
@@ -18,7 +18,7 @@ incorrectly chained. Trapping `ClientCannotConnectError` ahead of `Error` should
1818
allow both cases to co-exist in the event that data is being extracted from
1919
the `ClientCannotConnectError`.
2020

21-
In v2.0, support for older versions of PostgreSQL and Python will be removed.
21+
In v2.0, support for older versions of PostgreSQL and Python will be removed.
2222
If you have automated installations using PyPI, make sure that they specify a major version.
2323

2424
### Installation

0 commit comments

Comments
 (0)