Fix typos in docs
This commit is contained in:
parent
68d3ed59f8
commit
5c20ecef12
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue