Skip to content

Commit 96ade6a

Browse files
committed
Fix
1 parent 3e9a074 commit 96ade6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def vol_spheres_intersect(
124124
def vol_spheres_union(
125125
radius_1: float, radius_2: float, centers_distance: float
126126
) -> float:
127-
"""
127+
r"""
128128
Calculate the volume of the union of two spheres that possibly intersect.
129129
130130
It is the sum of sphere :math:`A` and sphere :math:`B` minus their intersection.

0 commit comments

Comments
 (0)