Skip to content

Commit 78e2c03

Browse files
committed
Fix indent
1 parent 94c2555 commit 78e2c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mirage/catalogs/model_atmosphere.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def download(url, fname):
119119
url: string
120120
URL pointing to the file to download.
121121
fname: string
122-
Output filename of the file to download.
122+
Output filename of the file to download.
123123
"""
124124
with closing(request.urlopen(url)) as r:
125125
with open(fname, 'wb') as f:

0 commit comments

Comments
 (0)