fix typo in comment

This commit is contained in:
jan 2019-03-31 20:57:18 -07:00
parent c50bd8e148
commit bc557a54b7

View File

@ -155,7 +155,7 @@ class Polygon(Shape):
:param ymin: Minimum y coordinate :param ymin: Minimum y coordinate
:param yctr: Center y coordinate :param yctr: Center y coordinate
:param ymax: Maximum 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 layer: Layer, default 0
:param dose: Dose, default 1.0 :param dose: Dose, default 1.0
:return: A Polygon object containing the requested rectangle :return: A Polygon object containing the requested rectangle