Skip to content

Commit

Permalink
Typo: "import OnDelete" -> "import OnUpdate" (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurkhalterY authored Mar 12, 2023
1 parent e66714c commit 56669fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piccolo/columns/column_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ class Band(Table):
.. code-block:: python
from piccolo.columns import OnDelete
from piccolo.columns import OnUpdate
class Band(Table):
name = ForeignKey(
Expand Down

0 comments on commit 56669fa

Please sign in to comment.