Skip to content

Commit

Permalink
Merge pull request #1967 from eirannejad/develop
Browse files Browse the repository at this point in the history
quick fix typo in clean samples code
  • Loading branch information
jmcouffin committed Oct 22, 2023
2 parents 829b95d + bfa979b commit 0c33a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyrevitlib/pyrevit/interop/xl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0"""Read and Write Excel Files."""
#pylint: disable=import-error
"""Read and Write Excel Files."""
# pylint: disable=import-error
import xlrd
import xlsxwriter

Expand Down Expand Up @@ -29,7 +29,7 @@ def load(xlfile, sheets=[], columns=[], datatype=None, headers=True):
It builds a dictionary for each row with the column name and value.
If none given (default), it returns a simple list of values.
datatype (type, optional): Type of the data. Defaults to None.
headers (bool, optional): Whether to use the first row as headers.
headers (bool, optional): Whether to use the first row as headers.
Defaults to True.
Returns:
Expand Down

0 comments on commit 0c33a80

Please sign in to comment.