Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-06-16 19:30:18 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-06-16 19:30:18 +0300
commited6d88f06a9d5ba4a98d85afe510325e430ef4b1 (patch)
treecab57147b2bd5f4513437eebaa02042efa33b4e2 /source/blender/python
parentfc4154f857ba1117d39c1493c997f4c5c8c6f2b7 (diff)
PyAPI: Fix warning about indent
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_props.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c
index 2656e612b18..20faa5aa576 100644
--- a/source/blender/python/intern/bpy_props.c
+++ b/source/blender/python/intern/bpy_props.c
@@ -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"