summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-05-10 13:12:53 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-05-10 13:12:53 +0000
commitfa2062d1db6e1507c1c87a42f26d11bd5a5845af (patch)
tree34127ebf503cc159a38070e47e2149c75204829c /docs
parentefa495f4f0df5f82bd1f930fec78b55af7596b4d (diff)
Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/signals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index d79232e196..12372dd0f1 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -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
----------