Skip to content

Commit cd11bd3

Browse files
author
sjoshistrats
authored
Update README.md
1 parent e48c30e commit cd11bd3

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
@@ -57,7 +57,7 @@ xvals = np.array([2, 3, 4])
5757
gids = np.array([10, -20, 10])
5858

5959
grpd = fastgrouper.li.Grouped(gids)
60-
grpd.apply(bop, xvals) # returns [[2, 4], [3]]
60+
grpd.apply(bop, xvals) # [[2, 4], [3]]
6161
```
6262

6363
For additional examples, checkout the [tests](./python/fastgrouper/test).

0 commit comments

Comments
 (0)