Commit 2109975e authored by Michal Petrucha's avatar Michal Petrucha Committed by Tim Graham
Browse files

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

parent 359be446
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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**::