summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index baaea6f529..2639aa886a 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -302,7 +302,7 @@ For example, in older versions of Django::
class SubAdmin(BaseAdmin):
actions = ['b']
-``SubAdmin`` will have actions ``'a'`` and ``'b'``.
+``SubAdmin`` would have actions ``'a'`` and ``'b'``.
Now ``actions`` follows standard Python inheritance. To get the same result as
before::