Skip to content

Commit dffc66e

Browse files
committed
Fixed backticks for pypi.org parsing
1 parent 182ed98 commit dffc66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
`aggregate` takes an array of values, and an array giving the group number for each of those
1818
values. It then returns the sum (or mean, or std, or any, ...etc.) of the values in each group.
19-
You have probably come across this idea before, using `matlab`s accumarray, `pandas` groupby,
19+
You have probably come across this idea before, using `matlab` accumarray, `pandas` groupby,
2020
or generally MapReduce algorithms and histograms.
2121
2222
There are different implementations of `aggregate` provided, based on plain `numpy`, `numba`

0 commit comments

Comments
 (0)