Skip to content

Commit 4c26d88

Browse files
tolhassianiparroberthdevries
authored andcommitted
solve 'check_category_order' description ends with '.' (pandas-dev#32358)
1 parent c35c46c commit 4c26d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ def assert_series_equal(
11061106
check_categorical : bool, default True
11071107
Whether to compare internal Categorical exactly.
11081108
check_category_order : bool, default True
1109-
Whether to compare category order of internal Categoricals
1109+
Whether to compare category order of internal Categoricals.
11101110
11111111
.. versionadded:: 1.0.2
11121112
obj : str, default 'Series'

0 commit comments

Comments
 (0)