mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fixed typo.
This commit is contained in:
parent
a69c030c15
commit
dd888a6cff
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue