From 9c6c54c2e2d32b91bbe46c8455af29bea380b3df Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 26 Feb 2019 11:00:15 +0100 Subject: [PATCH] API Docs: fix typo --- documentation/src/api_drawing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/api_drawing.rst b/documentation/src/api_drawing.rst index da308b7..c14d57d 100644 --- a/documentation/src/api_drawing.rst +++ b/documentation/src/api_drawing.rst @@ -37,7 +37,7 @@ in place. Because of this developers often don't need to be concerned about tabs. But some part may be complitely drawn by low level Turtle Graphics commands. For those both :py:meth:`boxes.Boxes.edge` and :py:meth:`boxes.Boxes.corner` do support a **tabs** parameter. In -addition the length of the line segments in :py:meth:`boxes.Boxes.poyline` can +addition the length of the line segments in :py:meth:`boxes.Boxes.polyline` can be given as a tuple **(length, tabs)**. Draw Commands