Skip to content

Commit f2d6fde

Browse files
authored
Update core.py
1 parent bf970c6 commit f2d6fde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

percentify/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def percent(part: float, whole: float, decimals: int | None = 2) -> float:
1010
1111
Returns:
1212
float: Percentage value.
13+
1314
"""
1415
if whole == 0:
1516
return 0.0

0 commit comments

Comments
 (0)