Skip to content

Commit 7ee801a

Browse files
eicchenarthurlw
andauthored
Applied PR typo correction
Co-authored-by: Arthur Wigo <[email protected]>
1 parent 8938b0e commit 7ee801a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/usecols/test_usecols_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def test_usecols_dtype(all_parsers):
552552
@pytest.mark.parametrize("usecols", [(3, 0, 2), ("d", "a", "c")])
553553
@pytest.mark.parametrize("usecols_use_order", (True, False))
554554
def test_usecols_order(all_parsers, usecols, usecols_use_order):
555-
# TODOE add portion in doc for 3.0 transition
555+
# TODO: add portion in doc for 3.0 transition
556556
parser = all_parsers
557557
pyarrow_flag = False
558558
data = """\

0 commit comments

Comments
 (0)