Skip to content

Commit 07c3186

Browse files
authored
DOC: Remove redundant word from Categorical docstring (#51094)
Remove redundant word from `Categorical` docstring
1 parent 39f72da commit 07c3186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class Categorical(NDArrayBackedExtensionArray, PandasObject, ObjectStringArrayMi
248248
"""
249249
Represent a categorical variable in classic R / S-plus fashion.
250250
251-
`Categoricals` can only take on only a limited, and usually fixed, number
251+
`Categoricals` can only take on a limited, and usually fixed, number
252252
of possible values (`categories`). In contrast to statistical categorical
253253
variables, a `Categorical` might have an order, but numerical operations
254254
(additions, divisions, ...) are not possible.

0 commit comments

Comments
 (0)