Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 813f59d

Browse files
committedOct 5, 2022
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b2508e commit 813f59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎maths/area.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def surface_area_cylinder(radius: float, height: float) -> float:
170170
>>> surface_area_cylinder(7, 10)
171171
747.6990515543707
172172
>>> surface_area_cylinder(1.6, 2.6)
173-
42.22300526424682
173+
42.22300526424682
174174
>>> surface_area_cylinder(0, 0)
175175
0.0
176176
>>> surface_area_cylinder(6, 8)

0 commit comments

Comments
 (0)
Please sign in to comment.