Update contextmanagers.py

Documentation change
This commit is contained in:
FelipeV34 2021-08-19 00:41:27 -05:00
parent 5343dff5ad
commit a5a18ea75f

View File

@ -1,4 +1,4 @@
"""psycopg context managers for connections, cursors, and pools."""
"""psycopg context managers for connection and cursor objects."""
from contextlib import contextmanager