Skip to content

Commit ddb03e4

Browse files
committed
DOC: backticks
1 parent 9aa50ec commit ddb03e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/arrays/categorical.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,13 @@ class Categorical(ExtensionArray, PandasObject):
241241
categories will be replaced with NaN.
242242
categories : Index-like (unique), optional
243243
The unique categories for this categorical. If not given, the
244-
categories are assumed to be the unique values of values (sorted, if
244+
categories are assumed to be the unique values of `values` (sorted, if
245245
possible, otherwise in the order in which they appear).
246246
ordered : boolean, (default False)
247247
Whether or not this categorical is treated as a ordered categorical.
248248
If True, the resulting categorical will be ordered.
249249
An ordered categorical respects, when sorted, the order of its
250-
'categories' attribute (which in turn is the 'categories' argument, if
250+
`categories` attribute (which in turn is the `categories` argument, if
251251
provided).
252252
dtype : CategoricalDtype
253253
An instance of ``CategoricalDtype`` to use for this categorical

0 commit comments

Comments
 (0)