From 333cdbb41025db012239e0549a439515880aad9b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Apr 2019 07:21:26 +0200 Subject: Cleanup: comment blocks --- source/blender/python/bmesh/bmesh_py_types_meshdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/bmesh') diff --git a/source/blender/python/bmesh/bmesh_py_types_meshdata.c b/source/blender/python/bmesh/bmesh_py_types_meshdata.c index 34a4ec3b1ed..0aa01ddb594 100644 --- a/source/blender/python/bmesh/bmesh_py_types_meshdata.c +++ b/source/blender/python/bmesh/bmesh_py_types_meshdata.c @@ -516,7 +516,7 @@ static PySequenceMethods bpy_bmdeformvert_as_sequence = { NULL, /* sq_repeat */ /* note: if this is set PySequence_Check() returns True, - * but in this case we dont want to be treated as a seq */ + * but in this case we dont want to be treated as a seq */ NULL, /* sq_item */ NULL, /* sq_slice */ -- cgit v1.2.3