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

@@ -53,7 +53,7 @@ int UnaryFunction0DEdgeNature_Init(PyObject *module)
return -1;
Py_INCREF(&UnaryFunction0DEdgeNature_Type);
PyModule_AddObject(module, "UnaryFunction0DEdgeNature", (PyObject *)&UnaryFunction0DEdgeNature_Type);
if (PyType_Ready(&CurveNatureF0D_Type) < 0)
return -1;
Py_INCREF(&CurveNatureF0D_Type);