Code clean-up and fix for typos in docstrings.

This commit is contained in:
2013-02-24 02:32:56 +00:00
parent 3bd0b89716
commit d38a335d47
52 changed files with 572 additions and 620 deletions

View File

@@ -66,8 +66,8 @@ static int ContourUP1D___init__(BPy_ContourUP1D* self, PyObject *args, PyObject
PyTypeObject ContourUP1D_Type = {
PyVarObject_HEAD_INIT(NULL, 0)
"ContourUP1D", /* tp_name */
sizeof(BPy_ContourUP1D), /* tp_basicsize */
"ContourUP1D", /* tp_name */
sizeof(BPy_ContourUP1D), /* tp_basicsize */
0, /* tp_itemsize */
0, /* tp_dealloc */
0, /* tp_print */