Skip to content

Commit 6bd99c4

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

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
@@ -658,7 +658,7 @@ def is_dtype_equal(source, target) -> bool:
658658
source : dtype
659659
The first dtype to compare
660660
target : dtype
661-
The second dtype to compare
661+
The second dtype to compare.
662662
663663
Returns
664664
-------

0 commit comments

Comments
 (0)