Skip to content

Commit 28c01a5

Browse files
authored
Update README to improve library description
Clarified description of library functionality.
1 parent e24990e commit 28c01a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ percent(7, 9, 4) # → 77.7778
4343

4444
### 🛠️ How It Works
4545

46-
The library is intentionally simple — just one function:
46+
The library is intentionally simple;
4747
```
4848
def percent(part: float, whole: float, decimals: int = 2) -> float:
4949
if whole == 0:

0 commit comments

Comments
 (0)