diff --git a/pandas/_testing.py b/pandas/_testing.py index 0180169973e0c..61eab6b8152e1 100644 --- a/pandas/_testing.py +++ b/pandas/_testing.py @@ -1047,7 +1047,7 @@ def assert_extension_array_equal( check_exact : bool, default False Whether to compare number exactly. index_values : numpy.ndarray, default None - optional index (shared by both left and right), used in output. + Optional index (shared by both left and right), used in output. Notes -----