]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Typo adaapter fixed
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 19 Mar 2020 07:57:10 +0000 (20:57 +1300)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 19 Mar 2020 09:33:25 +0000 (22:33 +1300)
README.rst
psycopg3/__init__.py
setup.py

index 39c79ab6011b5012c3e89673cfeaa4efe0b016e2..5070fba31f1a70e351b07cbd3b14d1fd68d85d44 100644 (file)
@@ -1,4 +1,4 @@
-psycopg3 -- PostgreSQL database adaapter for Python
-===================================================
+psycopg3 -- PostgreSQL database adapter for Python
+==================================================
 
 psycopg3 is a modern implementation of a PostgreSQL adapter for Python.
index 847d6424be3ec243f6a8983a70ea9ebae8741c79..05475ae53596cea873f1b4de17dc1b60e6b1fbca 100644 (file)
@@ -1,5 +1,5 @@
 """
-psycopg3 -- PostgreSQL database adaapter for Python
+psycopg3 -- PostgreSQL database adapter for Python
 """
 
 # Copyright (C) 2020 The Psycopg Team
index 240e70b02d93d0a56b1034feed10da7ec5f251c3..c8f498f98f22c0a4a1d0f8a570b3c0a21dd5130b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 """
-psycopg3 -- PostgreSQL database adaapter for Python
+psycopg3 -- PostgreSQL database adapter for Python
 """
 
 # Copyright (C) 2020 The Psycopg Team