From 767ed0704b5dcfc69e73d5ca932887863e224e78 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 23 Dec 2020 23:14:16 +1100 Subject: [PATCH] docs: fix simple typo, verifiction -> verification There is a small typo in asyncpg/connection.py. Should read `verification` rather than `verifiction`. --- asyncpg/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncpg/connection.py b/asyncpg/connection.py index e62928f7..6f6157cc 100644 --- a/asyncpg/connection.py +++ b/asyncpg/connection.py @@ -1890,7 +1890,7 @@ async def connect(dsn=None, *, if SSL connection fails - ``'allow'`` - currently equivalent to ``'prefer'`` - ``'require'`` - only try an SSL connection. Certificate - verifiction errors are ignored + verification errors are ignored - ``'verify-ca'`` - only try an SSL connection, and verify that the server certificate is issued by a trusted certificate authority (CA)