We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cec66f commit a3b4066Copy full SHA for a3b4066
asyncpg/connection.py
@@ -55,7 +55,7 @@ def __init__(self, protocol, transport, loop,
55
self._loop = loop
56
self._top_xact = None
57
self._aborted = False
58
- # Incremented very time the connection is released back to a pool.
+ # Incremented every time the connection is released back to a pool.
59
# Used to catch invalid references to connection-related resources
60
# post-release (e.g. explicit prepared statements).
61
self._pool_release_ctr = 0
0 commit comments