Skip to content

Commit 7e499a4

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

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
@@ -655,7 +655,7 @@ def is_dtype_equal(source, target) -> bool:
655655
656656
Parameters
657657
----------
658-
source : dtype
658+
source : type or str
659659
The first dtype to compare
660660
target : dtype
661661
The second dtype to compare.

0 commit comments

Comments
 (0)