Skip to content

Commit 8a1860d

Browse files
authored
fix typo in docs for end_of('century') (#910)
1 parent 2adcc02 commit 8a1860d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/modifiers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ It returns the middle date between itself and the provided `DateTime` argument.
3737
'2019-12-31 23:59:59'
3838

3939
>>> dt.start_of('century')
40-
'2000-01-01 00:00:00'
40+
'2001-01-01 00:00:00'
4141

4242
>>> dt.end_of('century')
43-
'2099-12-31 23:59:59'
43+
'2100-12-31 23:59:59'
4444

4545
>>> dt.start_of('week')
4646
'2012-01-30 00:00:00'

0 commit comments

Comments
 (0)