From 06c51df4dbbba27d273514d922e20f89e5a1e025 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sat, 16 Feb 2013 14:22:34 +0000 Subject: Made code style clean-up and fixed a typo in a docstring. --- source/blender/freestyle/intern/python/BPy_Interface0D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/BPy_Interface0D.cpp') diff --git a/source/blender/freestyle/intern/python/BPy_Interface0D.cpp b/source/blender/freestyle/intern/python/BPy_Interface0D.cpp index 3aedea2e034..c7c46d0404e 100644 --- a/source/blender/freestyle/intern/python/BPy_Interface0D.cpp +++ b/source/blender/freestyle/intern/python/BPy_Interface0D.cpp @@ -126,7 +126,7 @@ static PyMethodDef BPy_Interface0D_methods[] = { /*----------------------Interface1D get/setters ----------------------------*/ PyDoc_STRVAR(Interface0D_exact_type_name_doc, -"The string of the the name of this 0D element.\n" +"The string of the name of this 0D element.\n" "\n" ":type: str"); -- cgit v1.2.3