Skip to content

Commit

Permalink
fix typo in Usage.html page in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsoroush authored and dvarrazzo committed Apr 23, 2023
1 parent 5108191 commit 3450d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3450d15

Please sign in to comment.