From: Daniele Varrazzo Date: Wed, 30 Jun 2021 11:21:11 +0000 (+0100) Subject: Note in the first docs example that the module name is psycopg X-Git-Tag: 3.0.dev1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3df4ed4e130dacf34d9c09cf2fb6af13567b1d3c;p=thirdparty%2Fpsycopg.git Note in the first docs example that the module name is psycopg --- diff --git a/docs/basic/usage.rst b/docs/basic/usage.rst index cb5b36314..8958cf1cd 100644 --- a/docs/basic/usage.rst +++ b/docs/basic/usage.rst @@ -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