Skip to content

Commit

Permalink
make escapechar and quotechar different
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Jun 18, 2024
1 parent edc9937 commit 2f3da30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/io/parser/test_dialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def custom_dialect():
"escapechar": "~",
"delimiter": ":",
"skipinitialspace": False,
"quotechar": "~",
"quotechar": "`",
"quoting": 3,
}
return dialect_name, dialect_kwargs
Expand Down

0 comments on commit 2f3da30

Please sign in to comment.