diff --git a/masque/shapes/polygon.py b/masque/shapes/polygon.py index 4bc2a14..9f52af8 100644 --- a/masque/shapes/polygon.py +++ b/masque/shapes/polygon.py @@ -155,7 +155,7 @@ class Polygon(Shape): :param ymin: Minimum y coordinate :param yctr: Center y coordinate :param ymax: Maximum y coordinate - :param yx: Length along y direction + :param ly: Length along y direction :param layer: Layer, default 0 :param dose: Dose, default 1.0 :return: A Polygon object containing the requested rectangle