From 3450d159b55fe265b251ee41f494d5c318e0b644 Mon Sep 17 00:00:00 2001 From: Amirsoroush Date: Sun, 23 Apr 2023 01:19:01 +0300 Subject: fix typo in Usage.html page in documentation --- doc/src/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/usage.rst') 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 -- cgit v1.2.1