]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: drop repeated sentence
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 7 May 2022 18:21:43 +0000 (20:21 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 7 May 2022 18:21:43 +0000 (20:21 +0200)
docs/advanced/pipeline.rst

index 2a902f7486a4801b8e35769a07515eefc2347f71..b2484bd86f13ab386d41687db51271c47b368f7d 100644 (file)
@@ -114,8 +114,7 @@ results in the exchange:
 
 The pipeline mode allows to combine several operation in a longer stream of
 messages sent to the server, then to receive more than one response in a
-single batch. If we combine the two operations above in a pipeline.
-If we execute the two operations above in a pipeline:
+single batch. If we execute the two operations above in a pipeline:
 
 .. code:: python