Skip to content

Commit 7fa2d3f

Browse files
author
James William Pye
committed
Remove redundant 'the'.
1 parent 775faa0 commit 7fa2d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/documentation/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
``db.execute(sql_statements_string)``
313313
Run a block of SQL on the server. This method returns `None` unless an error
314314
occurs. If errors occur, the processing of the statements will stop and the
315-
the error will be raised.
315+
error will be raised.
316316
317317
``db.xact(gid = None, isolation = None, mode = None)``
318318
The `postgresql.api.Transaction` constructor for creating transactions.

0 commit comments

Comments
 (0)