Skip to content

Commit 4209a25

Browse files
committed
Fixes in plot_pandas.py.
1 parent ce257a9 commit 4209a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/examples/plot_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050

5151

5252
# %%
53-
# Note that :func:`moocore.apply_within_sets()` processes each group in order, even if the elements of the same group are not contiguous. That is, if processes the groups like :meth:`pandas.Series.unique` and not like :class:`set` or :func:`numpy.unique()`.
53+
# Note that :func:`moocore.apply_within_sets()` processes each group in order, even if the elements of the same group are not contiguous. That is, it processes the groups like :meth:`pandas.Series.unique` and not like :class:`set` or :func:`numpy.unique()`.
5454

5555
df["algo"].unique()

0 commit comments

Comments
 (0)