Skip to content

Commit 7d0e2f9

Browse files
authored
Revise README description for clarity
Updated the description of the toolkit in the README.
1 parent eee7717 commit 7d0e2f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Stop typing `(part / whole) * 100` and worrying about division by zero.
1212

1313
## ✨ What It Does
1414

15-
A tiny, zero-dependency Python toolkit for all things percentages:
15+
A zero-dependency Python toolkit for all things percentages:
16+
1617

17-
<<<<<<< HEAD
1818
- **`percent`** — what percentage is `part` of `whole`?
1919
- **`percent_change`** — how much did a value increase or decrease?
2020
- **`percent_diff`** — how far apart are two values?
@@ -27,7 +27,7 @@ All functions handle edge cases (division by zero, negative values) safely and l
2727
- Handles divide-by-zero safely (returns 0.0 instead of crashing).
2828
- Lets you choose how many decimal places you want to round your answer to.
2929
- Has zero dependencies — just pure Python.
30-
>>>>>>> f3187f75a952d766e7b76d18709e01138fed42d9
30+
3131

3232
## 📦 Installation
3333
```

0 commit comments

Comments
 (0)