Skip to content

Commit 1089e49

Browse files
timgates42dmig
authored andcommitted
docs: fix simple typo, verifiction -> verification (MagicStack#682)
There is a small typo in asyncpg/connection.py. Should read `verification` rather than `verifiction`.
1 parent 102aa23 commit 1089e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,7 @@ async def connect(dsn=None, *,
19311931
if SSL connection fails
19321932
- ``'allow'`` - currently equivalent to ``'prefer'``
19331933
- ``'require'`` - only try an SSL connection. Certificate
1934-
verifiction errors are ignored
1934+
verification errors are ignored
19351935
- ``'verify-ca'`` - only try an SSL connection, and verify
19361936
that the server certificate is issued by a trusted certificate
19371937
authority (CA)

0 commit comments

Comments
 (0)