Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 3, 2019
1 parent ed1d12b commit c9fde03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions isogeotoxlsx/isogeo2xlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,8 @@ def analisis_attributes(self):
def headers_writer(self, ws: Worksheet, columns: ColumnPattern):
"""Writes the headers from a columns ref table to a worksheet.
Arguments:
ws {Worksheet} -- worksheet into write headers
columns {ColumnPattern} -- column table
:param Worksheet ws: worksheet into write headers
:param ColumnPattern columns: column table
"""
# text
for k, v in columns.items():
Expand Down

0 comments on commit c9fde03

Please sign in to comment.