Skip to content

Commit 09d02ab

Browse files
committed
Added . on to check_dtype and obj parameter
1 parent 11f27df commit 09d02ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_testing/asserters.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -540,15 +540,15 @@ def assert_categorical_equal(
540540
left : Categorical
541541
right : Categorical
542542
check_dtype : bool, default True
543-
Check that integer dtype of the codes are the same
543+
Check that integer dtype of the codes are the same.
544544
check_category_order : bool, default True
545545
Whether the order of the categories should be compared, which
546546
implies identical integer codes. If False, only the resulting
547547
values are compared. The ordered attribute is
548548
checked regardless.
549549
obj : str, default 'Categorical'
550550
Specify object name being compared, internally used to show appropriate
551-
assertion message
551+
assertion message.
552552
"""
553553
_check_isinstance(left, right, Categorical)
554554

0 commit comments

Comments
 (0)