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:
authorCampbell Barton <ideasman42@gmail.com>2016-03-07 13:31:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-07 13:54:17 +0300
commit27d160f6ca8c3e5f11939655fa7a5da9ad12bc1d (patch)
tree4b114a2f8bff277c5153a1bdfc0ec6796eae750b /source/blender/python/intern/bpy_library_write.c
parent5adfdd965a3a9e7f52fa282a892a123f8ed66c5a (diff)
Correct docstrings
Diffstat (limited to 'source/blender/python/intern/bpy_library_write.c')
-rw-r--r--source/blender/python/intern/bpy_library_write.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/intern/bpy_library_write.c b/source/blender/python/intern/bpy_library_write.c
index 478e5f78295..ab239bbfa8c 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"