From 8365cebe32089dc1dc962a42361ceea936ffe82d Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Mon, 16 Jun 2014 10:11:37 +0900 Subject: Freestyle: Python API docstring updates. --- .../freestyle/intern/python/Interface1D/BPy_Stroke.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp') diff --git a/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp b/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp index 9deaf1ac364..2427953b527 100644 --- a/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp +++ b/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp @@ -287,13 +287,13 @@ static PyObject *Stroke_stroke_vertices_end(BPy_Stroke *self) } PyDoc_STRVAR(Stroke_reversed_doc, - ".. method:: __reversed__()\n" - "\n" - " Returns a StrokeVertexIterator iterating over the vertices of the Stroke\n" - " in the reversed order (from the last to the first).\n" - "\n" - " :return: A StrokeVertexIterator pointing after the last StrokeVertex.\n" - " :rtype: :class:`StrokeVertexIterator`"); +".. method:: __reversed__()\n" +"\n" +" Returns a StrokeVertexIterator iterating over the vertices of the Stroke\n" +" in the reversed order (from the last to the first).\n" +"\n" +" :return: A StrokeVertexIterator pointing after the last StrokeVertex.\n" +" :rtype: :class:`StrokeVertexIterator`"); static PyObject *Stroke_reversed(BPy_Stroke *self) { -- cgit v1.2.3