Minor docstring fixes.

This commit is contained in:
2010-05-14 21:29:13 +00:00
parent 867419b290
commit bc993fcd55
2 changed files with 8 additions and 8 deletions

View File

@@ -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) {