X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/46e6ad89d596d0987f00440c77e42c36f7d347f7..426e898f1d1fb7514eef632174f0fe42f0eff9b3:/bytestring.c?ds=sidebyside diff --git a/bytestring.c b/bytestring.c index 28d62b7..fac797c 100644 --- a/bytestring.c +++ b/bytestring.c @@ -163,7 +163,7 @@ static PyTypeObject bytestring_pytype_skel = { 0, /* @tp_richcompare@ */ 0, /* @tp_weaklistoffset@ */ 0, /* @tp_iter@ */ - 0, /* @tp_iternexr@ */ + 0, /* @tp_iternext@ */ 0, /* @tp_methods@ */ 0, /* @tp_members@ */ 0, /* @tp_getset@ */