summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.txt
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-04-02 03:18:06 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-02 09:18:06 +0200
commit851d9eac23e08ff10a2d6fe5368b02798761663c (patch)
tree7b3fd05861bd6085fc25edf7c2fdff147f5b577f /docs/releases/2.2.txt
parent4cbe2b06ce580423c62b6e49969f7e24d57d63b8 (diff)
Fixed typo in docs/releases/2.2.txt.
Diffstat (limited to 'docs/releases/2.2.txt')
-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::