Skip to content

Commit 0c1a639

Browse files
committed
fix typo
1 parent ce1bb26 commit 0c1a639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Week.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ the following:
8989
This constraint not only checks that the value matches the week number pattern,
9090
but it also verifies that the specified week actually exists in the calendar.
9191
According to the ISO-8601 standard, years can have either 52 or 53 weeks. For example,
92-
``2022-W53`` is not a valid because 2022 only had 52 weeks; but ``2020-W53`` is
92+
``2022-W53`` is not valid because 2022 only had 52 weeks; but ``2020-W53`` is
9393
valid because 2020 had 53 weeks.
9494

9595
Options

0 commit comments

Comments
 (0)