Skip to content

Commit 85425ec

Browse files
author
James William Pye
committed
s/ready/read.
1 parent 6e7baa1 commit 85425ec

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
@@ -687,7 +687,7 @@
687687
>>> r[-1]
688688
b'99\n'
689689
690-
Of course, invoking a statement that way will ready the entire result-set into
690+
Of course, invoking a statement that way will read the entire result-set into
691691
memory, which is not usually desirable for COPY. Using the ``chunks(...)``
692692
iterator is the fastest way to move data::
693693

0 commit comments

Comments
 (0)