diff --git a/lib/contextmanagers.py b/lib/contextmanagers.py index 1bec607f..38882d10 100644 --- a/lib/contextmanagers.py +++ b/lib/contextmanagers.py @@ -1,4 +1,4 @@ -"""psycopg context managers for connections, cursors, and pools.""" +"""psycopg context managers for connection and cursor objects.""" from contextlib import contextmanager