Skip to content

Commit 722215d

Browse files
committed
DOC: add type BinaryIO to path param pandas-dev#35505
1 parent 0fff857 commit 722215d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ class ExcelWriter(metaclass=abc.ABCMeta):
541541
542542
Parameters
543543
----------
544-
path : str or BinaryIO
544+
path : str or typing.BinaryIO
545545
Path to xls or xlsx or ods file.
546546
engine : str (optional)
547547
Engine to use for writing. If None, defaults to

0 commit comments

Comments
 (0)