]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update documentation in datetime module strftime-and-strptime-behavior fix typo in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jan 2022 00:59:41 +0000 (16:59 -0800)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 00:59:41 +0000 (01:59 +0100)
commitd0852c447aae650b665aaad61d914a1dc4d7ad96
tree13829d5688065fc9cef207ee7cbf2bd4e3b034e2
parentd807bf2ee9e4774c5a95dbbef3bdd722d1847e23
Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232) (GH-30703)

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
(cherry picked from commit d45cd2d20770f72a000ba6dfa9ac88dd49423c27)

Co-authored-by: Evan <binary-signal@users.noreply.github.com>
Co-authored-by: Evan <binary-signal@users.noreply.github.com>
Doc/library/datetime.rst