]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update documentation in datetime module strftime-and-strptime-behavior fix typo in...
authorEvan <binary-signal@users.noreply.github.com>
Wed, 19 Jan 2022 17:39:57 +0000 (18:39 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 17:39:57 +0000 (09:39 -0800)
commitd45cd2d20770f72a000ba6dfa9ac88dd49423c27
treeb9cf222355062b5d62b512c2652c0a11322ed5a7
parent71734d0b9ca584bcbdcb2fb44ae16bb2fbfcaf6e
Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232)

A small change to the documentation of datetime module , in the format codes section of stftime and strptime. Changed the description of format code '%W' from 'as a decimal number' to 'a zero padded   decimal number' so it's in line with the example having leading zeros.  Similar to the format code '%U' above.

Automerge-Triggered-By: GH:pganssle
Doc/library/datetime.rst