Fixed typo in docs. Thanks Berker.

This commit is contained in:
Loic Bistuer 2015-01-28 01:50:00 +07:00
parent 335df82a3f
commit 332139d23d
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ Miscellaneous
will be removed in Django 2.1. The more general ``check_expression_support()``
should be used instead.
``django.forms.extras`` is deprecated. You can find
* ``django.forms.extras`` is deprecated. You can find
:class:`~django.forms.SelectDateWidget` in ``django.forms.widgets``
(or simply ``django.forms``) instead.