Skip to content

Commit 4b45f7a

Browse files
committed
DOC: Coherent english in docstring
1 parent 67a1968 commit 4b45f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/categorical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Categorical(object):
4141
to be the unique values of labels.
4242
name : str, optional
4343
Name for the Categorical variable. If levels is None, will attempt
44-
try to be inferred from labels.
44+
to infer from labels.
4545
4646
Returns
4747
-------

0 commit comments

Comments
 (0)