]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Note in the first docs example that the module name is psycopg
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 30 Jun 2021 11:21:11 +0000 (12:21 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 30 Jun 2021 11:21:11 +0000 (12:21 +0100)
docs/basic/usage.rst

index cb5b36314a27292d33756b5f8bff13a7177e7166..8958cf1cd5886236152a8f266a311b875fe0be00 100644 (file)
@@ -24,6 +24,7 @@ Here is an interactive session showing some of the basic commands:
 
 .. code:: python
 
+    # Note: the module name is psycopg, not psycopg3
     import psycopg
 
     # Connect to an existing database