Skip to content

Commit e685bb6

Browse files
authored
DOC: adding back argument name [skip ci]
1 parent 395d38d commit e685bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esa/hubble/hubble.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This third case will download the science files associated to the observation 'j
8282

8383
>>> from astroquery.esa.hubble import ESAHubble
8484
>>> esahubble = ESAHubble()
85-
>>> esahubble.get_postcard("j6fl25s4q", calibration_level="RAW", resolution=256, filename="raw_postcard_for_j6fl25s4q.jpg") # doctest: +IGNORE_OUTPUT
85+
>>> esahubble.get_postcard(observation_id="j6fl25s4q", calibration_level="RAW", resolution=256, filename="raw_postcard_for_j6fl25s4q.jpg") # doctest: +IGNORE_OUTPUT
8686

8787
This will download the postcard for the observation 'J8VP03010' with low
8888
resolution (256) and it will stored in a jpg called

0 commit comments

Comments
 (0)