Skip to content

Commit e1547d0

Browse files
Raul Gutierrezbsipocz
authored andcommitted
Fix doc.
1 parent 845e375 commit e1547d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jwst/jwst.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Examples
9494
>>> coord = SkyCoord(ra=53, dec=-27, unit=(u.degree, u.degree), frame='icrs')
9595
>>> width = u.Quantity(5, u.deg)
9696
>>> height = u.Quantity(5, u.deg)
97-
>>> r = Jwst.query_reguion_async(coordinate=coord, width=width, height=height)
97+
>>> r = Jwst.query_region_async(coordinate=coord, width=width, height=height)
9898
>>> r.pprint()
9999
100100
Query finished.

0 commit comments

Comments
 (0)