Skip to content

Commit 02b1137

Browse files
committed
lint
1 parent 62ca90e commit 02b1137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/iotools/sodapro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def read_cams(filename, integrated=False, label=None, map_variables=True):
242242
"""
243243
Read a file or file-like buffer with data in the format of a CAMS
244244
Radiation or McClear file.
245-
245+
246246
The CAMS solar radiation services are described in [1]_.
247247
248248
Parameters
@@ -283,7 +283,7 @@ def read_cams(filename, integrated=False, label=None, map_variables=True):
283283
while True:
284284
line = fbuf.readline().rstrip('\n')
285285
if line.startswith('# Observation period'):
286-
# The last line of the metadata section contains the column names
286+
# The last line of the metadata section has the column names
287287
names = line.lstrip('# ').split(';')
288288
break # End of metadata section has been reached
289289
elif ': ' in line:

0 commit comments

Comments
 (0)