From 5c20ecef12ce1867e9c7a657bbed996923afb853 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 9 Apr 2016 20:54:05 +0200 Subject: [PATCH] Fix typos in docs --- boxes/__init__.py | 2 +- documentation/src/Boxes.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index b3c2530..3fe1756 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -735,7 +735,7 @@ class Boxes: style : what types of holes (not yet implemented) :param x: width - :param y: heigth + :param y: height :param settings: (Default value = None) :param skip: (Default value = None) function to check if hole should be present gets x, y, r, b, posx, posy diff --git a/documentation/src/Boxes.rst b/documentation/src/Boxes.rst index 4709cea..91ece4f 100644 --- a/documentation/src/Boxes.rst +++ b/documentation/src/Boxes.rst @@ -167,7 +167,7 @@ is accessible as **Boxes.fingerHolesAt**. Hexagonal Hole patterns ....................... -Hexagonal hole patters are one way to have some ventilation for +Hexagonal hole patterns are one way to have some ventilation for housings maded with Boxes.py. Right now both ``.rectangularWall()`` and ``.roundedPlate()`` do supports this pattern directly by passing the parameters to the calls. For other use cases these more low level