Made code style clean-up and fixed a typo in a docstring.

This commit is contained in:
2013-02-16 14:22:34 +00:00
parent b35a893249
commit 06c51df4db
3 changed files with 63 additions and 66 deletions

View File

@@ -126,7 +126,7 @@ static PyMethodDef BPy_Interface0D_methods[] = {
/*----------------------Interface1D get/setters ----------------------------*/
PyDoc_STRVAR(Interface0D_exact_type_name_doc,
"The string of the the name of this 0D element.\n"
"The string of the name of this 0D element.\n"
"\n"
":type: str");