From 3a143d2ea6c33fcf034d6fe89ab07eda2c31a623 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 10 Feb 2021 15:33:33 +0100 Subject: [PATCH] Typo fix --- docs/copy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/copy.rst b/docs/copy.rst index f8045ade5..c813298f9 100644 --- a/docs/copy.rst +++ b/docs/copy.rst @@ -23,7 +23,7 @@ resulting `Copy` object in a ``with`` block: with cursor.copy("COPY table_name (col1, col2) FROM STDIN") as copy: # pass data to the 'copy' object using write()/write_row() -You can compose a dynamically a COPY statement by using objects from the +You can compose a COPY statement dynamically by using objects from the `psycopg3.sql` module: .. code:: python -- 2.47.2