Skip to content

Commit 990bed0

Browse files
committed
Fix last broken link
I don't know how this one was missed in my find/replace but there it is. * pygorithm/geometry/rect2.py - fix incorrect ~
1 parent 1b79944 commit 990bed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygorithm/geometry/rect2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def _find_intersection_poly_rect(cls, poly, offset, rect, find_mtv = True):
336336
Find the intersection between a polygon and rect.
337337
338338
Not intended for direct use. See
339-
:py:meth:~`pygorithm.geometry.rect2.Rect2.find_intersection`
339+
:py:meth:`.find_intersection`
340340
341341
:param poly: polygon
342342
:type poly: :class:`pygorithm.geometry.polygon2.Polygon2`

0 commit comments

Comments
 (0)