]> granicus.if.org Git - python/commitdiff
Fixed typo.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 5 Dec 2002 23:20:12 +0000 (23:20 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 5 Dec 2002 23:20:12 +0000 (23:20 +0000)
Tools/bgen/bgen/bgenObjectDefinition.py

index b019a9bb7fd4278b67c5bf9490d674d6c4f31c93..c409260e954919af5fc493b66b2f7f7198894354 100644 (file)
@@ -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()