commit | c5218fce02d6bd7bb343db20c8f14e8d9640783a | [log] [tgz] |
---|---|---|
author | Jürgen Gmach <juergen.gmach@googlemail.com> | Sat Aug 24 21:48:55 2019 +0200 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Aug 24 12:48:55 2019 -0700 |
tree | 31aaf81683cd8ab229f22fb19b41c72706cb73b9 | |
parent | 69ee87e99cfe0b79389cffa92d126af868baf353 [diff] |
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