]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Fix date.__repr__() docstring (#109422) (#109449)
authorVictor Stinner <vstinner@python.org>
Fri, 15 Sep 2023 13:29:57 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2023 13:29:57 +0000 (13:29 +0000)
commit43191d294c6af1d1811ae51db4a3377bf5c955dc
treefe131e6b1f475886d503a957e29af65657de6ef4
parent5a2550554bedad3c8e38c7c035c5da42f1defffb
[3.11] Fix date.__repr__() docstring (#109422) (#109449)

Fix date.__repr__() docstring (#109422)

(cherry picked from commit 5eec58a9e57383128ade7b527965b1efc474735b)

Co-authored-by: Christopher Yeh <chrisyeh96@users.noreply.github.com>
Lib/datetime.py