Refs #29041 -- Fixed typo in docs/releases/2.1.txt.

This commit is contained in:
Jon Dufresne 2018-01-20 22:41:40 -08:00 committed by Tim Graham
parent aad1833fa0
commit 4b0f39d9fb
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ Miscellaneous
* The ``multiple`` attribute rendered by the
:class:`~django.forms.SelectMultiple` widget now uses HTML5 boolean syntax
rather than XHTML's ``mulitple="multiple"``.
rather than XHTML's ``multiple="multiple"``.
.. _deprecated-features-2.1: