summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMichal Petrucha <michal.petrucha@koniiiik.org>2016-03-06 00:47:26 +0100
committerTim Graham <timograham@gmail.com>2016-03-05 19:40:48 -0500
commitd38da1cc401f61ff06aeda31e2b1b1f3be242efd (patch)
tree0f1fc0aed655726d6e1404f8308faa525fa577e6 /docs/ref
parent72134a04004271a0bd3e853cca3f54f9efc68be2 (diff)
[1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 2109975e901440da70e29d0f330a600bc2d37e9a from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/class-based-views/generic-date-based.txt2
1 files changed, 1 insertions, 1 deletions
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**::