From: Daniele Varrazzo Date: Sat, 7 May 2022 17:59:49 +0000 (+0200) Subject: docs: typo fixed X-Git-Tag: 3.1~120^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ae290da070841918bdbd03f8634326cf41f9f9;p=thirdparty%2Fpsycopg.git docs: typo fixed Thank you @dlax! --- diff --git a/docs/advanced/pipeline.rst b/docs/advanced/pipeline.rst index 37c38a629..2a902f748 100644 --- a/docs/advanced/pipeline.rst +++ b/docs/advanced/pipeline.rst @@ -290,7 +290,7 @@ The fine prints The Pipeline mode is an experimental feature. - Its behaviour, especially around error condtions, hasn't been explored as + Its behaviour, especially around error conditions, hasn't been explored as much as the normal request-response messages pattern, and its async nature makes it inherently more complex.