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>2010-05-15 01:29:13 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-15 01:29:13 +0400
commitbc993fcd55069906c43e1840003bb9a4f394e269 (patch)
tree7d28a1488c5a752eaf500ca9c461ae6a8463585e /source/blender/freestyle/intern/python/Iterator
parent867419b290a1c055801fe3f254186b7ba72fdea0 (diff)
Minor docstring fixes.
Diffstat (limited to 'source/blender/freestyle/intern/python/Iterator')
-rw-r--r--source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp b/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp
index a4fe0164f78..7df7ab25e1c 100644
--- a/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp
+++ b/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp
@@ -97,7 +97,7 @@ static char AdjacencyIterator_getObject___doc__[] =
" Returns the pointed ViewEdge.\n"
"\n"
" :return: The pointed ViewEdge.\n"
-" :rtype: ViewEdge* operator\n";
+" :rtype: :class:`ViewEdge`\n";
static PyObject * AdjacencyIterator_getObject(BPy_AdjacencyIterator *self) {