Skip to content

Commit

Permalink
updated dtype to np.dtype
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
jordan-d-murphy and mroeschke authored Feb 23, 2024
1 parent 611a92f commit 36fd778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/arrays/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ def __array__(self, dtype: NpDtype | None = None) -> np.ndarray:
Parameters
----------
dtype : NpDtype or None
dtype : np.dtype or None
Specifies the the dtype for the array.
Returns
Expand Down

0 comments on commit 36fd778

Please sign in to comment.