Skip to content

Commit

Permalink
[3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs.
Browse files Browse the repository at this point in the history
Backport of a5cb1ef from main
  • Loading branch information
felixxm committed Aug 27, 2021
1 parent 11b2cbb commit 382374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/schema-editor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Methods
``execute()``
-------------

.. method:: BaseDatabaseSchemaEditor.execute(sql, params=[])
.. method:: BaseDatabaseSchemaEditor.execute(sql, params=())

Executes the SQL statement passed in, with parameters if supplied. This
is a wrapper around the normal database cursors that allows capture of the SQL
Expand Down

0 comments on commit 382374a

Please sign in to comment.