We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb4358 commit 3b76ce0Copy full SHA for 3b76ce0
1 file changed
tna_utilities/number.py
@@ -5,7 +5,7 @@ def numberish(
5
value: Union[float, int],
6
simple_units: bool = False,
7
prefix_text: Union[str, tuple[str]] = "About ",
8
-):
+) -> str:
9
if not isinstance(value, (int, float)):
10
raise ValueError("Value must be an integer or float")
11
if value == 0:
0 commit comments