Skip to content

Commit 62a0839

Browse files
committed
Fixed example [skip ci]
1 parent 34db96b commit 62a0839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ or your pool
254254
async def init(conn):
255255
await register_vector(conn)
256256

257-
pool = await asyncpg.create_pool(..., init=register_vector)
257+
pool = await asyncpg.create_pool(..., init=init)
258258
```
259259

260260
Insert a vector

0 commit comments

Comments
 (0)