Skip to content

Commit e240ede

Browse files
committed
s/zero padded/zero-padded/
1 parent 29a8780 commit e240ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/datetime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,15 +2375,15 @@ requires, and these work on all platforms with a standard C implementation.
23752375
+-----------+--------------------------------+------------------------+-------+
23762376
| ``%U`` | Week number of the year | 00, 01, ..., 53 | \(7), |
23772377
| | (Sunday as the first day of | | \(9) |
2378-
| | the week) as a zero padded | | |
2378+
| | the week) as a zero-padded | | |
23792379
| | decimal number. All days in a | | |
23802380
| | new year preceding the first | | |
23812381
| | Sunday are considered to be in | | |
23822382
| | week 0. | | |
23832383
+-----------+--------------------------------+------------------------+-------+
23842384
| ``%W`` | Week number of the year | 00, 01, ..., 53 | \(7), |
23852385
| | (Monday as the first day of | | \(9) |
2386-
| | the week) as a zero padded | | |
2386+
| | the week) as a zero-padded | | |
23872387
| | decimal number. All days in a | | |
23882388
| | new year preceding the first | | |
23892389
| | Monday are considered to be in | | |

0 commit comments

Comments
 (0)