[Bf-blender-cvs] [27d160f] master: Correct docstrings

Campbell Barton noreply at git.blender.org
Mon Mar 7 12:02:19 CET 2016


Commit: 27d160f6ca8c3e5f11939655fa7a5da9ad12bc1d
Author: Campbell Barton
Date:   Mon Mar 7 21:31:52 2016 +1100
Branches: master
https://developer.blender.org/rB27d160f6ca8c3e5f11939655fa7a5da9ad12bc1d

Correct docstrings

===================================================================

M	source/blender/python/intern/bpy_library_write.c

===================================================================

diff --git a/source/blender/python/intern/bpy_library_write.c b/source/blender/python/intern/bpy_library_write.c
index 478e5f7..ab239bb 100644
--- a/source/blender/python/intern/bpy_library_write.c
+++ b/source/blender/python/intern/bpy_library_write.c
@@ -60,9 +60,9 @@ PyDoc_STRVAR(bpy_lib_write_doc,
 "\n"
 "   :arg filepath: The path to write the blend-file.\n"
 "   :type filepath: string\n"
-"   :arg datablocks: data-blocks (:class:`bpy.types.ID` instances).\n"
-"   :type datablocks: sequence\n"
-"   :arg relative_remap: When Truem, remap the paths relative to the current blend-file.\n"
+"   :arg datablocks: set of data-blocks (:class:`bpy.types.ID` instances).\n"
+"   :type datablocks: set\n"
+"   :arg relative_remap: When True, remap the paths relative to the current blend-file.\n"
 "   :type relative_remap: bool\n"
 "   :arg fake_user: When True, data-blocks will be written with fake-user flag enabled.\n"
 "   :type fake_user: bool\n"




More information about the Bf-blender-cvs mailing list