From a5a18ea75f80d6e2a3fa3dd4b809293fd1ba5b45 Mon Sep 17 00:00:00 2001 From: FelipeV34 Date: Thu, 19 Aug 2021 00:41:27 -0500 Subject: [PATCH] Update contextmanagers.py Documentation change --- lib/contextmanagers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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