]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix typo
authorBenji York <benji@benjiyork.com>
Sat, 22 Jan 2022 14:35:06 +0000 (08:35 -0600)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 22 Jan 2022 19:57:51 +0000 (19:57 +0000)
Toilets are not to be taken lightly.

docs/basic/params.rst

index 04f75108e23c784ab5daaaa71f10a986b8a5b9ca..fbd8ff5cb7e312db89c5087b5f8373b148fd493c 100644 (file)
@@ -167,7 +167,7 @@ and reliable. We must stress this point:
 
     - If you use ``+`` to merge a textual value to a string, bad guys in
       balaclava will find their way to your fridge, drink all your beer, and
-      leave your toilet sit up and your toilet paper in the wrong orientation.
+      leave your toilet seat up and your toilet paper in the wrong orientation.
 
     - You don't want to manually merge values to a query: :ref:`use the
       provided methods <query-parameters>` instead.