From: Benji York Date: Sat, 22 Jan 2022 14:35:06 +0000 (-0600) Subject: Fix typo X-Git-Tag: pool-3.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6ead75b25d84811d971079f21cf3134ab15a75;p=thirdparty%2Fpsycopg.git Fix typo Toilets are not to be taken lightly. --- diff --git a/docs/basic/params.rst b/docs/basic/params.rst index 04f75108e..fbd8ff5cb 100644 --- a/docs/basic/params.rst +++ b/docs/basic/params.rst @@ -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 ` instead.