Skip to content

Commit 851d9ea

Browse files
alexfelixxm
authored andcommitted
Fixed typo in docs/releases/2.2.txt.
1 parent 4cbe2b0 commit 851d9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releases/2.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ For example, in older versions of Django::
302302
class SubAdmin(BaseAdmin):
303303
actions = ['b']
304304

305-
``SubAdmin`` will have actions ``'a'`` and ``'b'``.
305+
``SubAdmin`` would have actions ``'a'`` and ``'b'``.
306306

307307
Now ``actions`` follows standard Python inheritance. To get the same result as
308308
before::

0 commit comments

Comments
 (0)