Skip to content

Commit 4155195

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def baz(x, y):
2626
xvals = np.array([1, 2, 10])
2727
yvals = np.array([4, 5, 6])
2828

29-
# Group IDS
29+
# Group ids
3030
gids = np.array([1, -3, 1])
3131

3232
# Perform groupby-apply; note that keyword args are supported as well.
@@ -53,7 +53,7 @@ def bop(x):
5353
# Sample arrays, to slice
5454
xvals = np.array([2, 3, 4])
5555

56-
# Group IDS
56+
# Group ids
5757
gids = np.array([10, -20, 10])
5858

5959
grpd = fastgrouper.li.Grouped(gids)

0 commit comments

Comments
 (0)