Skip to content

Commit c88a79d

Browse files
Update pandas/core/dtypes/common.py
Co-authored-by: Marc Garcia <[email protected]>
1 parent 7e499a4 commit c88a79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def is_dtype_equal(source, target) -> bool:
667667
668668
See Also
669669
--------
670-
pandas.api.types.is_categorical_dtype : Check whether the provided array or dtype
670+
api.types.is_categorical_dtype : Check whether the provided array or dtype
671671
is of the Categorical dtype.
672672
pandas.api.types.is_string_dtype : Check whether the provided array or dtype
673673
is of the string dtype.

0 commit comments

Comments
 (0)