Docs: correct doc-strings

This commit is contained in:
2017-06-26 07:36:29 +10:00
parent 1c053c6a12
commit c822b1612f
2 changed files with 4 additions and 5 deletions

View File

@@ -2862,8 +2862,8 @@ PyDoc_STRVAR(BPy_PointerProperty_doc,
"name=\"\", "
"description=\"\", "
"options={'ANIMATABLE'}, "
"update=None, "
"poll=None)\n"
"poll=None, "
"update=None)\n"
"\n"
" Returns a new pointer property definition.\n"
"\n"
@@ -3001,7 +3001,7 @@ PyObject *BPy_CollectionProperty(PyObject *self, PyObject *args, PyObject *kw)
}
PyDoc_STRVAR(BPy_RemoveProperty_doc,
".. function:: RemoveProperty(cls, attr="")\n"
".. function:: RemoveProperty(cls, attr)\n"
"\n"
" Removes a dynamically defined property.\n"
"\n"