Skip to content

Commit

Permalink
Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey fo…
Browse files Browse the repository at this point in the history
…r the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed May 10, 2010
1 parent efa495f commit fa2062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/signals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Arguments sent with this signal:
The actual instance being saved.

``created``
A boolean; ``True`` if a new record was create.
A boolean; ``True`` if a new record was created.

pre_delete
----------
Expand Down

0 comments on commit fa2062d

Please sign in to comment.