Skip to content

Commit fb55541

Browse files
keflavichbsipocz
authored andcommitted
add missing '
1 parent 0304da1 commit fb55541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/alma/alma.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ extract the FITS file, then delete the tarball:
348348
>>> small_uid_url_table = uid_url_table[uid_url_table['content_length'] < 10**9]
349349
>>> # get the first 10 files...
350350
>>> tarball_files = uid_url_table[uid_url_table['content_type'] == 'application/x-tar']
351-
>>> filelist = Alma.download_and_extract_files(tarball_files[1:10]['access_url])
351+
>>> filelist = Alma.download_and_extract_files(tarball_files[1:10]['access_url'])
352352
353353
You might want to look at the READMEs from a bunch of files so you know what kind of S/N to expect:
354354

0 commit comments

Comments
 (0)