Skip to content

Commit 62edeb1

Browse files
committed
updated final readings
1 parent 1f330b4 commit 62edeb1

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
@@ -115,6 +115,7 @@ def display(value: SupportsFloat, decimals: Optional[int] = 2, suffix: str = "%"
115115
decimals: Number of decimal places to round to.
116116
If None, the raw float is used without rounding.
117117
suffix: The suffix to append (default: "%").
118+
multiply: bool defaulted to False, if True multiplies the value by 100 turning it to percentage of 100.
118119
119120
120121
Returns:

0 commit comments

Comments
 (0)