Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.

This commit is contained in:
Michal Petrucha 2016-03-06 00:47:26 +01:00 committed by Tim Graham
parent 359be4460e
commit 2109975e90
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ views for displaying drilldown pages for date-based data.
* ``'%U'``: Based on the United States week system where the week
begins on Sunday. This is the default value.
* ``'%V'``: Similar to ``'%U'``, except it assumes that the week
* ``'%W'``: Similar to ``'%U'``, except it assumes that the week
begins on Monday. This is not the same as the ISO 8601 week number.
**Example myapp/views.py**::