From 27d160f6ca8c3e5f11939655fa7a5da9ad12bc1d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 7 Mar 2016 21:31:52 +1100 Subject: Correct docstrings --- source/blender/python/intern/bpy_library_write.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '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 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" -- cgit v1.2.3