From: Daniele Varrazzo Date: Wed, 8 Dec 2021 03:22:12 +0000 (+0100) Subject: Reword PyFormat docs X-Git-Tag: pool-3.1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77e7845f48f19978e3395c72dd003c9e96e3e9e7;p=thirdparty%2Fpsycopg.git Reword PyFormat docs --- diff --git a/psycopg/psycopg/_enums.py b/psycopg/psycopg/_enums.py index 5f553864f..cdd8101aa 100644 --- a/psycopg/psycopg/_enums.py +++ b/psycopg/psycopg/_enums.py @@ -16,8 +16,8 @@ class PyFormat(str, Enum): """ Enum representing the format wanted for a query argument. - The value `AUTO` allows psycopg to choose the best value for a certain - value. + The value `AUTO` allows psycopg to choose the best format for a certain + parameter. """ __module__ = "psycopg.adapt"