Fixed typo in docs/releases/3.0.txt.

This commit is contained in:
Mariusz Felisiak 2019-05-21 08:21:35 +02:00
parent 514104cf23
commit df28ebd6c8
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Minor features
* Added the ``language`` class attribute to the
:class:`django.contrib.syndication.views.Feed` to customize a feed language.
The default value is :func:`~django.utils.translation.get_language()` instead
of setting:`LANGUAGE_CODE`.
of :setting:`LANGUAGE_CODE`.
Cache
~~~~~