Freestyle: minor docstring fixes.

This commit is contained in:
2014-07-13 02:12:22 +09:00
parent 0fc05c1c03
commit c7ba6eaacc
2 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ PyDoc_STRVAR(orientedViewEdgeIterator_object_doc,
"value) currently pointed to by this iterator. If the boolean value is true,\n"
"the ViewEdge is incoming.\n"
"\n"
":type: (:class:`directedViewEdge`, bool)");
":type: (:class:`ViewEdge`, bool)");
static PyObject *orientedViewEdgeIterator_object_get(BPy_orientedViewEdgeIterator *self, void *UNUSED(closure))
{