Skip to content

Commit 4ee1791

Browse files
committed
Correction
1 parent 8f8fd0f commit 4ee1791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Tested dialects are:
1919

2020
- SQLite, using the built-in Python driver or, for Python 2.5, pysqlite
2121
- MySQL, using the MySQLdb-python driver or, for Python 3, mysql-connector
22-
- PostgreSQL, using the psycopg2 driver (or, on trial, the pg8000 driver)
22+
- PostgreSQL, using the psycopg2 driver or the pg8000 driver.
2323

2424
pysqlite: https://pypi.python.org/pypi/pysqlite
2525

@@ -29,7 +29,7 @@ mysql-connector: http://dev.mysql.com/doc/connector-python/en/connector-python.h
2929

3030
psycopg2: https://pypi.python.org/pypi/psycopg2
3131

32-
pg8000: https://pypi.python.org/pypi/pg8000 (checkout "pg8000" branch)
32+
pg8000: https://pypi.python.org/pypi/pg8000
3333

3434
Development
3535
===========

0 commit comments

Comments
 (0)