PyAPI: Fix warning about indent

This commit is contained in:
Aaron Carlisle
2017-06-16 12:30:18 -04:00
parent fc4154f857
commit ed6d88f06a

View File

@@ -2862,7 +2862,7 @@ PyDoc_STRVAR(BPy_PointerProperty_doc,
"name=\"\", "
"description=\"\", "
"options={'ANIMATABLE'}, "
"update=None,\n"
"update=None, "
"poll=None)\n"
"\n"
" Returns a new pointer property definition.\n"