Skip to content

Commit 444b529

Browse files
docs: fix docstring error (example was wrong)
1 parent 144e0b5 commit 444b529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,9 @@ def _create_mi_with_dt64tz_level():
712712
pd.array([f"pandas_{i}" for i in range(10)], dtype="string[python]")
713713
),
714714
}
715-
if has_pyarrow:
716-
idx = Index(pd.array([f"pandas_{i}" for i in range(10)], dtype="string[pyarrow]"))
717-
indices_dict["string-pyarrow"] = idx
715+
# if has_pyarrow:
716+
# idx = Index(pd.array([f"pandas_{i}" for i in range(100)], dtype="string[pyarrow]"))
717+
# indices_dict["string-pyarrow"] = idx
718718

719719

720720
@pytest.fixture(params=indices_dict.keys())

0 commit comments

Comments
 (0)