Skip to content

Commit 2836f50

Browse files
committed
Fix incorrect sphinx directive
* pygorithm/geometry/polygon2.py :py:attribute: -> :py:attr:
1 parent 1a2db4a commit 2836f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygorithm/geometry/polygon2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class Polygon2(object):
3939
4040
The normals in the :py:attribute:~pygorithm.geometry.polygon2.Polygon2.normals:
4141
are not necessarily the same length as
42-
:py:attribute:~pygorithm.geometry.polygon2.Polygon2.points: or
43-
:py:attribute:~pygorithm.geometry.polygon2.Polygon2.lines:. It is only
42+
:py:attr:~pygorithm.geometry.polygon2.Polygon2.points: or
43+
:py:attr:~pygorithm.geometry.polygon2.Polygon2.lines:. It is only
4444
guarranteed to have no two vectors that are the same or opposite
4545
directions, and contain either the vector in the same direction or opposite
4646
direction of the normal vector for every line in the polygon.

0 commit comments

Comments
 (0)