]> granicus.if.org Git - python/commit
Clarify argument types in datetime docs. (GH-15459)
authorJürgen Gmach <juergen.gmach@googlemail.com>
Sat, 24 Aug 2019 19:48:55 +0000 (21:48 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Aug 2019 19:48:55 +0000 (12:48 -0700)
commitc5218fce02d6bd7bb343db20c8f14e8d9640783a
tree31aaf81683cd8ab229f22fb19b41c72706cb73b9
parent69ee87e99cfe0b79389cffa92d126af868baf353
Clarify argument types in datetime docs. (GH-15459)

"Arguments may be integers... " could be misunderstand as they also
could be strings.

New wording makes it clear that arguments have to be integers.

modified:   Doc/library/datetime.rst

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