Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e810fe2

Browse files
committed
Remove two instances of trailing commas. Resolves patch #1209781.
1 parent fe4b34c commit e810fe2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/datetimemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ typedef enum {
971971
OFFSET_NAIVE,
972972

973973
/* time or datetime where utcoffset() doesn't return None */
974-
OFFSET_AWARE,
974+
OFFSET_AWARE
975975
} naivety;
976976

977977
/* Classify an object as to whether it's naive or offset-aware. See

Modules/expat/expat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ enum XML_Status {
4343
#define XML_STATUS_ERROR XML_STATUS_ERROR
4444
XML_STATUS_OK = 1,
4545
#define XML_STATUS_OK XML_STATUS_OK
46-
XML_STATUS_SUSPENDED = 2,
46+
XML_STATUS_SUSPENDED = 2
4747
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
4848
};
4949

0 commit comments

Comments
 (0)