Skip to content

Commit 4db99f1

Browse files
committed
Typo.
1 parent ab4879b commit 4db99f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/indexes/category.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@ def _is_dtype_compat(self, other):
306306

307307
def equals(self, other):
308308
"""
309-
Determine if two CategorialIndex objects contain the same elements.
309+
Determine if two CategoricalIndex objects contain the same elements.
310310
311311
Returns
312312
-------
313313
bool
314-
If two CategorialIndex objects have equal elements True,
314+
If two CategoricalIndex objects have equal elements True,
315315
otherwise False.
316316
"""
317317
if self.is_(other):

0 commit comments

Comments
 (0)