Skip to content

Commit

Permalink
fix docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed Jul 25, 2024
1 parent 609d52a commit 872a56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/circle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ Circle Methods
.. method:: intersect

| :sl:`finds intersections between the circle and another shape`
| :sg:`intersect(Circle) -> list[Point]`
| :sg:`intersect(Circle) -> list[Tuple[float, float]]`
Calculates and returns a list of intersection points between the circle and another shape.
Returns a list of intersection points between the circle and another shape.
The other shape must be a `Circle` object.
If the circle does not intersect or has infinite intersections, an empty list is returned.

Expand Down

0 comments on commit 872a56a

Please sign in to comment.