From 4c88e0c06cdcbf50e2d62f32a5175333383981e5 Mon Sep 17 00:00:00 2001 From: Amirsoroush Date: Sun, 23 Apr 2023 01:19:01 +0300 Subject: [PATCH] fix typo in Usage.html page in documentation --- doc/src/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/usage.rst b/doc/src/usage.rst index 2bf2448d..9dcf52ed 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