Skip to content

Commit 3e9a074

Browse files
committed
Fix
1 parent ddac424 commit 3e9a074

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
@@ -135,7 +135,7 @@ def vol_spheres_union(
135135
136136
:return: ``vol_sphere`` (:math:`radius_1`) + ``vol_sphere`` (:math:`radius_2`)
137137
- ``vol_spheres_intersect``
138-
(:math:`radius_1`, :math:`radius_2`, :math:`centers\_distance`)
138+
(:math:`radius_1`, :math:`radius_2`, :math:`centers\_distance`)
139139
140140
>>> vol_spheres_union(2, 2, 1)
141141
45.814892864851146

0 commit comments

Comments
 (0)