Skip to content

Commit

Permalink
Corrected BaseDatabaseSchemaEditor.execute() signature in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Aug 27, 2021
1 parent 3445c50 commit a5cb1ef
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 a5cb1ef

Please sign in to comment.