From d38da1cc401f61ff06aeda31e2b1b1f3be242efd Mon Sep 17 00:00:00 2001 From: Michal Petrucha Date: Sun, 6 Mar 2016 00:47:26 +0100 Subject: [PATCH] [1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt. Backport of 2109975e901440da70e29d0f330a600bc2d37e9a from master --- docs/ref/class-based-views/generic-date-based.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/class-based-views/generic-date-based.txt b/docs/ref/class-based-views/generic-date-based.txt index 8e93182bae..0aab34b375 100644 --- a/docs/ref/class-based-views/generic-date-based.txt +++ b/docs/ref/class-based-views/generic-date-based.txt @@ -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**::