diff options
author | PTrottier <31802216+PTrottier@users.noreply.github.com> | 2018-04-27 10:42:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-27 10:42:56 -0400 |
commit | cbc8cf8308d0958ddbde7a01c430c58a40c00308 (patch) | |
tree | 6d107edb0cc1dd407946919fcc0a27ff23c0cc0c /docs/Makefile | |
parent | 1378a3d5e7f7f111ea7828ff7429f0abbb513700 (diff) | |
download | babel-cbc8cf8308d0958ddbde7a01c430c58a40c00308.tar.gz |
Month and Day must be valid tokens
````>>> dt = datetime(2007, 04, 01, 15, 30, tzinfo=UTC)
File "<stdin>", line 1
dt = datetime(2007, 04, 01, 15, 30, tzinfo=UTC)
^
SyntaxError: invalid token````
See: https://docs.python.org/3.5/library/datetime.html#datetime.datetime.month
Diffstat (limited to 'docs/Makefile')
0 files changed, 0 insertions, 0 deletions