Skip to content

Commit 847e8ba

Browse files
authored
COMPAT: Python 3.9.8 (#44443)
1 parent 08c4a82 commit 847e8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_quoting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{"quotechar": None, "quoting": csv.QUOTE_MINIMAL},
2525
"quotechar must be set if quoting enabled",
2626
),
27-
({"quotechar": 2}, '"quotechar" must be string, not int'),
27+
({"quotechar": 2}, '"quotechar" must be string( or None)?, not int'),
2828
],
2929
)
3030
def test_bad_quote_char(all_parsers, kwargs, msg):

0 commit comments

Comments
 (0)