Skip to content

Commit 526e977

Browse files
authored
fixed typo
1 parent c754f17 commit 526e977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def weighted_choice(choices):
240240
return c, w
241241
upto += w
242242

243-
wdef rounder(numbers, d=4):
243+
def rounder(numbers, d=4):
244244
"""Round a single number, or sequence of numbers, to d decimal places."""
245245
if isinstance(numbers, (int, float)):
246246
return round(numbers, d)

0 commit comments

Comments
 (0)