summaryrefslogtreecommitdiff
path: root/Include/datetime.h
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 16:57:41 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 16:57:41 +0300
commit85a8629d2134969fc9c35b56509d3a76d9dccecf (patch)
tree6c124696b1ee60500341b94040d1055527c05991 /Include/datetime.h
parentb5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0 (diff)
downloadcpython-git-85a8629d2134969fc9c35b56509d3a76d9dccecf.tar.gz
#18466: fix more typos. Patch by FĂ©vry Thibault.
Diffstat (limited to 'Include/datetime.h')
-rw-r--r--Include/datetime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/datetime.h b/Include/datetime.h
index 41e3bcf865..06cbc4abbd 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;