Skip to content

Commit c20df3b

Browse files
author
James William Pye
committed
Rework ps.rows() description.
1 parent 9ad6e8e commit c20df3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

postgresql/documentation/driver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@
413413
414414
``ps.rows(*parameters)``
415415
Return a simple iterator to all the rows produced by the statement. This
416-
method will stream rows in on demand, so it is ideal for large result-sets.
416+
method will stream rows on demand, so it is ideal for situations where
417+
each individual row in a large result-set must be processed.
417418
418419
``iter(ps)``
419420
Convenience interface that executes the ``rows()`` method without arguments.

0 commit comments

Comments
 (0)