Skip to content

Commit a3b4066

Browse files
Omer Katz1st1
Omer Katz
authored andcommitted
Fix typo.
1 parent 8cec66f commit a3b4066

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
@@ -55,7 +55,7 @@ def __init__(self, protocol, transport, loop,
5555
self._loop = loop
5656
self._top_xact = None
5757
self._aborted = False
58-
# Incremented very time the connection is released back to a pool.
58+
# Incremented every time the connection is released back to a pool.
5959
# Used to catch invalid references to connection-related resources
6060
# post-release (e.g. explicit prepared statements).
6161
self._pool_release_ctr = 0

0 commit comments

Comments
 (0)