1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.7.x] Fixed #23267 -- Fixed typo in Translation documentation

Thanks to Tomin1 for the report.

Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
This commit is contained in:
Ola Sitarska 2014-08-11 12:01:14 +02:00 committed by Baptiste Mispelon
parent 4ce5ced230
commit 927d7b8b71

View File

@ -1040,7 +1040,7 @@ Client-side caching will save bandwidth and make your site load faster. If
you're using ETags (:setting:`USE_ETAGS = True <USE_ETAGS>`), you're already
covered. Otherwise, you can apply :ref:`conditional decorators
<conditional-decorators>`. In the following example, the cache is invalidated
whenever your restart your application server.
whenever you restart your application server.
.. code-block:: python