API Docs: fix typo

This commit is contained in:
Florian Festi 2019-02-26 11:00:15 +01:00
parent 9135486d16
commit 9c6c54c2e2
1 changed files with 1 additions and 1 deletions

View File

@ -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 about tabs. But some part may be complitely drawn by low level Turtle
Graphics commands. For those both :py:meth:`boxes.Boxes.edge` and Graphics commands. For those both :py:meth:`boxes.Boxes.edge` and
:py:meth:`boxes.Boxes.corner` do support a **tabs** parameter. In :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)**. be given as a tuple **(length, tabs)**.
Draw Commands Draw Commands