Skip to content

Commit c5218d1

Browse files
committed
readme renew
1 parent 94b5c49 commit c5218d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def most_frequent(arr: np.ndarray) -> np.ndarray:
2727
.Sorted(by=lambda _, v: -v) \
2828
.Take(10) \
2929
.Map(lambda k, _: k) \
30-
.ToList() \
30+
.ToList() \
3131
.Then(np.array).Unboxed()
3232
```
3333

0 commit comments

Comments
 (0)