Fix duplicating words words. (GH-6296)

Most of them have been added in 3.7.
This commit is contained in:
Serhiy Storchaka 2018-03-28 22:14:26 +03:00 committed by GitHub
parent aa50bf08e6
commit bac2d5ba30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 13 additions and 13 deletions

View file

@ -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.
*/