diff options
| author | Floris den Hengst <florisdenhengst@gmail.com> | 2015-03-07 17:34:33 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-14 12:29:27 -0400 |
| commit | bd36f2d43264c76e67192ad6ce28002cd4138106 (patch) | |
| tree | e3afd4faf689502d07b76caa5eec4b695f6a0eea /docs/ref/contrib/admin | |
| parent | 5b91802718b61346967e7991cf3585554c4c97fa (diff) | |
[1.8.x] Fixed doc typos.
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/actions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/actions.txt b/docs/ref/contrib/admin/actions.txt index 5757e2e39b..b3d9f0eb0d 100644 --- a/docs/ref/contrib/admin/actions.txt +++ b/docs/ref/contrib/admin/actions.txt @@ -70,7 +70,7 @@ Writing action functions ------------------------ First, we'll need to write a function that gets called when the action is -trigged from the admin. Action functions are just regular functions that take +triggered from the admin. Action functions are just regular functions that take three arguments: * The current :class:`ModelAdmin` |
