diff options
Diffstat (limited to 'Modules/datetimemodule.c')
-rw-r--r-- | Modules/datetimemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/datetimemodule.c b/Modules/datetimemodule.c index 5c0f220..cb7b588 100644 --- a/Modules/datetimemodule.c +++ b/Modules/datetimemodule.c @@ -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 |