Skip to content

Commit 7ca7023

Browse files
committed
Doc: fix doc format
1 parent c88a79d commit 7ca7023

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/dtypes/common.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,8 @@ def is_dtype_equal(source, target) -> bool:
656656
Parameters
657657
----------
658658
source : type or str
659-
The first dtype to compare
660-
target : dtype
659+
The first dtype to compare.
660+
target : type or str
661661
The second dtype to compare.
662662
663663
Returns
@@ -669,9 +669,9 @@ def is_dtype_equal(source, target) -> bool:
669669
--------
670670
api.types.is_categorical_dtype : Check whether the provided array or dtype
671671
is of the Categorical dtype.
672-
pandas.api.types.is_string_dtype : Check whether the provided array or dtype
672+
api.types.is_string_dtype : Check whether the provided array or dtype
673673
is of the string dtype.
674-
pandas.api.types.is_object_dtype : Check whether an array-like or dtype is of the
674+
api.types.is_object_dtype : Check whether an array-like or dtype is of the
675675
object dtype.
676676
677677
Examples

0 commit comments

Comments
 (0)