Skip to content

Commit 678eaf9

Browse files
Update bgcval2/download_from_mass.py
1 parent ad7dae4 commit 678eaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bgcval2/download_from_mass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def mnStr(month):
8585

8686
def getYearFromFile(fn):
8787
"""
88-
Takes a file anem, and looks for 8 consequetive numbers, then removes those that are months, and returns the year.
88+
Takes a file name, and looks for 8 consecutive numbers, then removes those that are months, and returns the year.
8989
"""
9090
a = findall(r'\d\d\d\d\d\d\d\d', fn)
9191
a.reverse() # prefer second year.

0 commit comments

Comments
 (0)