Skip to content

Commit e3c9efa

Browse files
committed
checking is small changes causes errors as well
1 parent 144e862 commit e3c9efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,7 @@ def _set_name(
18311831
18321832
**Grouping by Indexes**
18331833
1834-
We can groupby different levels of a hierarchical index
1834+
We can groupb different levels of a hierarchical index
18351835
using the `level` parameter:
18361836
18371837
>>> arrays = [['Falcon', 'Falcon', 'Parrot', 'Parrot'],

0 commit comments

Comments
 (0)