summaryrefslogtreecommitdiffstats
path: root/Modules/_datetimemodule.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-03-28 19:14:26 (GMT)
committerGitHub <noreply@github.com>2018-03-28 19:14:26 (GMT)
commitbac2d5ba30339298db7d4caa9c8cd31d807cf081 (patch)
treed08e103d7d7f2ef41b56c2e7d8c360663bf7780e /Modules/_datetimemodule.c
parentaa50bf08e64f49d57917ab0b1aadf4308a3168a6 (diff)
downloadcpython-bac2d5ba30339298db7d4caa9c8cd31d807cf081.zip
cpython-bac2d5ba30339298db7d4caa9c8cd31d807cf081.tar.gz
cpython-bac2d5ba30339298db7d4caa9c8cd31d807cf081.tar.bz2
Fix duplicating words words. (GH-6296)
Most of them have been added in 3.7.
Diffstat (limited to 'Modules/_datetimemodule.c')
-rw-r--r--Modules/_datetimemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_datetimemodule.c b/Modules/_datetimemodule.c
index b69fcdf..6855903 100644
--- a/Modules/_datetimemodule.c
+++ b/Modules/_datetimemodule.c
@@ -5214,7 +5214,7 @@ get_flip_fold_offset(PyObject *dt)
/* PEP 495 exception: Whenever one or both of the operands in
* inter-zone comparison is such that its utcoffset() depends
- * on the value of its fold fold attribute, the result is False.
+ * on the value of its fold attribute, the result is False.
*
* Return 1 if exception applies, 0 if not, and -1 on error.
*/