Skip to content

Commit 018a127

Browse files
author
James William Pye
committed
Update comment.
1 parent 1a8701b commit 018a127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/protocol/typio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def process_tuple(procs, tup, exception_handler):
429429
If an item in `tup` is `None`, don't process it.
430430
431431
If a give transformation failes, call the given exception_handler which
432-
*should* raise a postgresql.exceptions.TupleError [from current].
432+
*should* raise a postgresql.exceptions.TypeIOError [with context].
433433
"""
434434
i = len(procs)
435435
if len(tup) != i:

0 commit comments

Comments
 (0)