Skip to content

Commit 83c0243

Browse files
committed
Improve docstring text
1 parent 5db1a0b commit 83c0243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_odfreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, filepath_or_buffer):
2424

2525
@property
2626
def sheet_names(self):
27-
"""Return table names is the document"""
27+
"""Return a list of sheet names present in the document"""
2828
from odf.namespaces import TABLENS
2929
return [t.attributes[(TABLENS, 'name')] for t in self.tables]
3030

0 commit comments

Comments
 (0)