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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-02-16 18:22:34 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-02-16 18:22:34 +0400
commit06c51df4dbbba27d273514d922e20f89e5a1e025 (patch)
treea7d7c08eb971a65523573fd9950c25a158393508 /source/blender/freestyle/intern/python/BPy_Interface0D.cpp
parentb35a893249bed1a70f40b86615531d7d75fe12f3 (diff)
Made code style clean-up and fixed a typo in a docstring.
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_Interface0D.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Interface0D.cpp2
1 files changed, 1 insertions, 1 deletions
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");