From: Daniele Varrazzo Date: Thu, 19 Mar 2020 07:57:10 +0000 (+1300) Subject: Typo adaapter fixed X-Git-Tag: 3.0.dev0~698 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be65ed311ba7a05012bbff499aab68fc006d521f;p=thirdparty%2Fpsycopg.git Typo adaapter fixed --- diff --git a/README.rst b/README.rst index 39c79ab60..5070fba31 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/psycopg3/__init__.py b/psycopg3/__init__.py index 847d6424b..05475ae53 100644 --- a/psycopg3/__init__.py +++ b/psycopg3/__init__.py @@ -1,5 +1,5 @@ """ -psycopg3 -- PostgreSQL database adaapter for Python +psycopg3 -- PostgreSQL database adapter for Python """ # Copyright (C) 2020 The Psycopg Team diff --git a/setup.py b/setup.py index 240e70b02..c8f498f98 100644 --- 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