Skip to content

Commit 5481e6c

Browse files
authored
Fix typo in docstring 'handler' --> 'handle' (#36427)
1 parent b4d0ae5 commit 5481e6c

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
@@ -50,7 +50,7 @@
5050
If you want to pass in a path object, pandas accepts any ``os.PathLike``.
5151
5252
By file-like object, we refer to objects with a ``read()`` method,
53-
such as a file handler (e.g. via builtin ``open`` function)
53+
such as a file handle (e.g. via builtin ``open`` function)
5454
or ``StringIO``.
5555
sheet_name : str, int, list, or None, default 0
5656
Strings are used for sheet names. Integers are used in zero-indexed

0 commit comments

Comments
 (0)