Skip to content

Commit e283bbe

Browse files
author
jackjansen
committed
Fixed typo.
git-svn-id: http://svn.python.org/projects/python/trunk@30022 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 50ebeb2 commit e283bbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/bgen/bgen/bgenObjectDefinition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def outputHook_tp_free(self):
377377

378378
def output_tp_init(self):
379379
if self.output_tp_initBody:
380-
Output("static int %s_init(PyObject *self, PyObject *args, PyObject *kwds)", self.prefix)
380+
Output("static int %s_tp_init(PyObject *self, PyObject *args, PyObject *kwds)", self.prefix)
381381
OutLbrace()
382382
self.output_tp_initBody()
383383
OutRbrace()

0 commit comments

Comments
 (0)