commit | fb8fe72fc593438f6a0b934c6ff2d9c4aa28673d | [log] [tgz] |
---|---|---|
author | INADA Naoki <methane@users.noreply.github.com> | Tue Feb 21 21:51:46 2017 +0900 |
committer | GitHub <noreply@github.com> | Tue Feb 21 21:51:46 2017 +0900 |
tree | 50ad7fa12ff3fccb2675e6e4cf2a1590fe98fdce | |
parent | 2c700af5a761f83f303cc7295b660ac31f7d4ed1 [diff] [blame] |
doc: fix compile error on "shoddy" example extension (GH-215)
diff --git a/Doc/includes/shoddy.c b/Doc/includes/shoddy.c index 07a2721..0c6d412 100644 --- a/Doc/includes/shoddy.c +++ b/Doc/includes/shoddy.c
@@ -31,7 +31,7 @@ static PyTypeObject ShoddyType = { - PyObject_HEAD_INIT(NULL) + PyVarObject_HEAD_INIT(NULL, 0) "shoddy.Shoddy", /* tp_name */ sizeof(Shoddy), /* tp_basicsize */ 0, /* tp_itemsize */