Skip to content

Commit 4185023

Browse files
committed
fix: use raw string in vol_cuboid docstring to fix ruff W605
1 parent a7976c0 commit 4185023

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
@@ -171,7 +171,7 @@ def vol_spheres_union(
171171

172172

173173
def vol_cuboid(width: float, height: float, length: float) -> float:
174-
"""
174+
r"""
175175
Calculate the Volume of a Cuboid.
176176
177177
Wikipedia reference: https://en.wikipedia.org/wiki/Cuboid

0 commit comments

Comments
 (0)