Skip to content

Commit f5ec58f

Browse files
committed
fix braces
1 parent bb164cb commit f5ec58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ def parse(
17281728
comment string and the end of the current line is ignored.
17291729
skipfooter : int, default 0
17301730
Rows at the end to skip (0-indexed).
1731-
dtype_backend : {'numpy_nullable', 'pyarrow'}
1731+
dtype_backend : {{'numpy_nullable', 'pyarrow'}}
17321732
Back-end data type applied to the resultant :class:`DataFrame`
17331733
(still experimental). If not specified, the default behavior
17341734
is to not use nullable data types. If specified, the behavior

0 commit comments

Comments
 (0)