Code clean-up and fix for typos in docstrings.
This commit is contained in:
@@ -56,7 +56,7 @@ int UnaryFunction1DVectorViewShape_Init(PyObject *module)
|
||||
return -1;
|
||||
Py_INCREF(&UnaryFunction1DVectorViewShape_Type);
|
||||
PyModule_AddObject(module, "UnaryFunction1DVectorViewShape", (PyObject *)&UnaryFunction1DVectorViewShape_Type);
|
||||
|
||||
|
||||
if (PyType_Ready(&GetOccludeeF1D_Type) < 0)
|
||||
return -1;
|
||||
Py_INCREF(&GetOccludeeF1D_Type);
|
||||
@@ -66,7 +66,7 @@ int UnaryFunction1DVectorViewShape_Init(PyObject *module)
|
||||
return -1;
|
||||
Py_INCREF(&GetOccludersF1D_Type);
|
||||
PyModule_AddObject(module, "GetOccludersF1D", (PyObject *)&GetOccludersF1D_Type);
|
||||
|
||||
|
||||
if (PyType_Ready(&GetShapeF1D_Type) < 0)
|
||||
return -1;
|
||||
Py_INCREF(&GetShapeF1D_Type);
|
||||
|
||||
Reference in New Issue
Block a user