diff options
Diffstat (limited to 'Include/datetime.h')
-rw-r--r-- | Include/datetime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/datetime.h b/Include/datetime.h index 41e3bcf..06cbc4a 100644 --- a/Include/datetime.h +++ b/Include/datetime.h @@ -42,7 +42,7 @@ typedef struct typedef struct { - PyObject_HEAD /* a pure abstract base clase */ + PyObject_HEAD /* a pure abstract base class */ } PyDateTime_TZInfo; |