Skip to content

Commit edc27e4

Browse files
solve 'check_category_order' description ends with '.' (#32358)
1 parent 712000e commit edc27e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_testing.py

Lines changed: 1 addition & 1 deletion
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)