Skip to content

Commit b40a50e

Browse files
committed
Docs fix
1 parent dc12f17 commit b40a50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xdesign/geometry/area.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,8 @@ class RegularPolygon(Polygon):
549549
polygon is oriented so that one of the vertices is at coordinates
550550
:math:`(x + r, x)` where :math:`x` is the x-coordinate of
551551
``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.
552+
only meaningful modulo :math:`2\pi /` ``order`` since rotation by
553+
:math:`2\pi /` ``order`` gives a result equivalent to no rotation.
554554
555555
Parameters
556556
----------

0 commit comments

Comments
 (0)