]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix typo in Basic module usage
authorArtemy Vakhrushev <69428015+TemaSaur@users.noreply.github.com>
Mon, 19 Aug 2024 13:59:12 +0000 (18:59 +0500)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 19 Aug 2024 18:01:48 +0000 (20:01 +0200)
docs/basic/usage.rst

index 6c69fe88bf7e37dd186b0b7d5e6dd31697862c70..b4630ef348591d6a93bc8edf4bd055ef23c4b1f5 100644 (file)
@@ -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 <usage>` only shows the default behaviour of