mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove two instances of trailing commas. Resolves patch #1209781.
This commit is contained in:
parent
fe4b34cc4b
commit
e810fe2ca4
2 changed files with 2 additions and 2 deletions
|
@ -971,7 +971,7 @@ typedef enum {
|
|||
OFFSET_NAIVE,
|
||||
|
||||
/* time or datetime where utcoffset() doesn't return None */
|
||||
OFFSET_AWARE,
|
||||
OFFSET_AWARE
|
||||
} naivety;
|
||||
|
||||
/* Classify an object as to whether it's naive or offset-aware. See
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue