]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: typo fixed 263/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 7 May 2022 17:59:49 +0000 (19:59 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 7 May 2022 18:07:21 +0000 (20:07 +0200)
Thank you @dlax!

docs/advanced/pipeline.rst

index 37c38a62907c9ac6b2ae6b4bf2fb05e0260a78bc..2a902f7486a4801b8e35769a07515eefc2347f71 100644 (file)
@@ -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.