Commit dd888a6c authored by Jack Jansen's avatar Jack Jansen

Fixed typo.

parent a69c030c
......@@ -377,7 +377,7 @@ class PEP253Mixin(PEP252Mixin):
def output_tp_init(self):
if self.output_tp_initBody:
Output("static int %s_init(PyObject *self, PyObject *args, PyObject *kwds)", self.prefix)
Output("static int %s_tp_init(PyObject *self, PyObject *args, PyObject *kwds)", self.prefix)
OutLbrace()
self.output_tp_initBody()
OutRbrace()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment