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>2014-07-14 15:34:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-14 15:34:51 +0400
commit8a04bed7240d5bca7de4eb1dcbb8415692ece8c1 (patch)
tree8f0e20682d0015402254f2775763ff990bd53d2b /source/blender/python/bmesh/bmesh_py_utils.c
parenta8e338cee593c6a0b4130356d0fb4a2a993d8e83 (diff)
Error in last commit
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_utils.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_utils.c b/source/blender/python/bmesh/bmesh_py_utils.c
index cc76012fdda..cd5290bcd91 100644
--- a/source/blender/python/bmesh/bmesh_py_utils.c
+++ b/source/blender/python/bmesh/bmesh_py_utils.c
@@ -486,8 +486,8 @@ PyDoc_STRVAR(bpy_bm_utils_face_split_edgenet_doc,
" :type face: :class:`bmesh.types.BMFace`\n"
" :arg face: The face to split.\n"
" :type face: :class:`bmesh.types.BMFace`\n"
-" :arg edgenet: Sequence of faces.\n"
-" :type edgenet: :class:`bmesh.types.BMFace`\n"
+" :arg edgenet: Sequence of edges.\n"
+" :type edgenet: :class:`bmesh.types.BMEdge`\n"
" :return: The newly created faces.\n"
" :rtype: tuple of (:class:`bmesh.types.BMFace`)\n"
);