We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc12f17 commit b40a50eCopy full SHA for b40a50e
src/xdesign/geometry/area.py
@@ -549,8 +549,8 @@ class RegularPolygon(Polygon):
549
polygon is oriented so that one of the vertices is at coordinates
550
:math:`(x + r, x)` where :math:`x` is the x-coordinate of
551
``center`` and :math:`r` = ``radius``. The ``angle`` parameter is
552
- only meaningful modulo :math:`\pi /` ``order`` since rotation by
553
- :math:`\pi /` ``order`` gives a result equivalent to no rotation.
+ only meaningful modulo :math:`2\pi /` ``order`` since rotation by
+ :math:`2\pi /` ``order`` gives a result equivalent to no rotation.
554
555
Parameters
556
----------
0 commit comments