From 3df4ed4e130dacf34d9c09cf2fb6af13567b1d3c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 30 Jun 2021 12:21:11 +0100 Subject: [PATCH] Note in the first docs example that the module name is psycopg --- docs/basic/usage.rst | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3