Skip to content

Commit 49072f2

Browse files
committed
Updated readme [skip ci]
1 parent 06a48c4 commit 49072f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ For [connection pools](https://www.psycopg.org/psycopg3/docs/advanced/pool.html)
344344
def configure(conn):
345345
register_vector(conn)
346346

347-
pool = ConnectionPool(configure=configure)
347+
pool = ConnectionPool(..., configure=configure)
348348
```
349349

350350
For [async connections](https://www.psycopg.org/psycopg3/docs/advanced/async.html), use

0 commit comments

Comments
 (0)