File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -542,15 +542,15 @@ def assert_categorical_equal(
542542 left : Categorical
543543 right : Categorical
544544 check_dtype : bool, default True
545- Check that integer dtype of the codes are the same
545+ Check that integer dtype of the codes are the same.
546546 check_category_order : bool, default True
547547 Whether the order of the categories should be compared, which
548548 implies identical integer codes. If False, only the resulting
549549 values are compared. The ordered attribute is
550550 checked regardless.
551551 obj : str, default 'Categorical'
552552 Specify object name being compared, internally used to show appropriate
553- assertion message
553+ assertion message.
554554 """
555555 _check_isinstance (left , right , Categorical )
556556
You can’t perform that action at this time.
0 commit comments