]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
datetime.rst: improve combine() docs (#101338)
authorJohn Belmonte <john@neggie.net>
Thu, 26 Jan 2023 07:25:43 +0000 (16:25 +0900)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 07:25:43 +0000 (11:25 +0400)
commitf5ad63f79af3a5876f90b409d0c8402fa54e878a
treea91b89f37c80301ae4f856b15cc8f15a4518c555
parenta2262789abccb68a61bb4047743fbcbd9a64b13c
datetime.rst: improve combine() docs (#101338)

The explanation on handling of datetime as the date arg was confusingly mixed with an unrelated
item, and lacked proper arg name formatting.
Doc/library/datetime.rst