Skip to content

Commit 232adcf

Browse files
authored
docs: fix simple typo, verifiction -> verification (#682)
There is a small typo in asyncpg/connection.py. Should read `verification` rather than `verifiction`.
1 parent ff5da5f commit 232adcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ async def connect(dsn=None, *,
18811881
if SSL connection fails
18821882
- ``'allow'`` - currently equivalent to ``'prefer'``
18831883
- ``'require'`` - only try an SSL connection. Certificate
1884-
verifiction errors are ignored
1884+
verification errors are ignored
18851885
- ``'verify-ca'`` - only try an SSL connection, and verify
18861886
that the server certificate is issued by a trusted certificate
18871887
authority (CA)

0 commit comments

Comments
 (0)