[2.2.x] Fixed typo in docs/releases/2.2.txt.

Backport of 851d9eac23 from master
This commit is contained in:
Alex Gaynor 2019-04-02 03:18:06 -04:00 committed by Mariusz Felisiak
parent de11488c52
commit 48493636d3
1 changed files with 1 additions and 1 deletions

View File

@ -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::