Skip to content

Commit

Permalink
another doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoghbi-a committed Oct 18, 2023
1 parent 6c0bb96 commit 48de289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utils/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is an example of downloading data when an URL or URI are available:
>>> data_url = 'https://heasarc.gsfc.nasa.gov/FTP/chandra/data/byobsid/2/3052/primary/acisf03052N004_cntr_img2.jpg'
>>> image_file = http_download(url=data_url)
>>> s3_uri = 's3://nasa-heasarc/chandra/data/byobsid/2/3052/primary/acisf03052N004_cntr_img2.jpg'
>>> image2_file = aws_download(uri=s3_url)
>>> image2_file = aws_download(uri=s3_uri)


A bucket name and a key can also be passed to `~pyvo.utils.download.aws_download` instead of an URI:
Expand Down

0 comments on commit 48de289

Please sign in to comment.