]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix docs case typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Sep 2021 21:07:03 +0000 (23:07 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Sep 2021 21:07:08 +0000 (23:07 +0200)
docs/basic/params.rst

index 9f9258080514d0fbfca1b539bd5b3bae3dbf6a2d..4d08395f84634a16f24e51beb3d2746d1385f95f 100644 (file)
@@ -225,7 +225,7 @@ results) or buffer (for binary results).
 
     .. _pg_type: https://www.postgresql.org/docs/current/catalog-pg-type.html
 
-Because not every PostgreSQL type supports binary output, By default the data
+Because not every PostgreSQL type supports binary output, by default, the data
 will be returned in text format. In order to return data in binary format you
 can create the cursor using `Connection.cursor`\ ``(binary=True)`` or execute
 the query using `Cursor.execute`\ ``(binary=True)``. A case in which