Skip to content

Commit ab54944

Browse files
ennemoscjreback
authored andcommitted
1 parent 9947a99 commit ab54944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ read into memory only once.
23722372

23732373
.. code-block:: python
23742374
2375-
xlsx = pd.ExcelFile('path_to_file.xls)
2375+
xlsx = pd.ExcelFile('path_to_file.xls')
23762376
df = pd.read_excel(xlsx, 'Sheet1')
23772377
23782378
The ``ExcelFile`` class can also be used as a context manager.

0 commit comments

Comments
 (0)