]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Reword PyFormat docs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 Dec 2021 03:22:12 +0000 (04:22 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 8 Dec 2021 03:23:38 +0000 (04:23 +0100)
psycopg/psycopg/_enums.py

index 5f553864f1812060535047551e72364cf4301e73..cdd8101aac866e06a0ee7015481a6ef862fcdfbf 100644 (file)
@@ -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"