From: Artemy Vakhrushev <69428015+TemaSaur@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:59:12 +0000 (+0500) Subject: docs: fix typo in Basic module usage X-Git-Tag: 3.2.2~5 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b54290e33cc51b16f027cae85cb6712d200b5c9;p=thirdparty%2Fpsycopg.git docs: fix typo in Basic module usage --- diff --git a/docs/basic/usage.rst b/docs/basic/usage.rst index 6c69fe88b..b4630ef34 100644 --- a/docs/basic/usage.rst +++ b/docs/basic/usage.rst @@ -214,7 +214,7 @@ developer is free to use (and responsible for calling) `~Connection.commit()`, but be careful about its quirkiness: see :ref:`async-with` for details. -Adapting pyscopg to your program +Adapting psycopg to your program -------------------------------- The above :ref:`pattern of use ` only shows the default behaviour of