summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/usage.rst b/doc/src/usage.rst
index 2bf2448..9dcf52e 100644
--- a/doc/src/usage.rst
+++ b/doc/src/usage.rst
@@ -860,7 +860,7 @@ Server side cursors
When a database query is executed, the Psycopg `cursor` usually fetches
all the records returned by the backend, transferring them to the client
-process. If the query returned an huge amount of data, a proportionally large
+process. If the query returns a huge amount of data, a proportionally large
amount of memory will be allocated by the client.
If the dataset is too large to be practically handled on the client side, it is