Skip to content

Commit fe96a98

Browse files
authored
Merge pull request #294 from polyomino24/patch-1
fix typo: xslx->xlsx
2 parents 25654c6 + f68ebba commit fe96a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xlsx2csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class XlsxValueError(XlsxException):
156156

157157
class Xlsx2csv:
158158
"""
159-
Usage: Xlsx2csv("test.xslx", **params).convert("test.csv", sheetid=1)
159+
Usage: Xlsx2csv("test.xlsx", **params).convert("test.csv", sheetid=1)
160160
Input:
161161
xlsxfile - path to file or filehandle
162162
options:

0 commit comments

Comments
 (0)