Skip to content

Commit

Permalink
Typo in HI VAC access instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
karenlmasters authored Nov 2, 2022
1 parent a563a96 commit db4c536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/tools/vacs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ includes a method for plotting spectra in addition to returning the HI data for
>>> from marvin.tools import Cube
>>> cube = Cube('7443-12701')
>>> # return an instance of HITarget
>>> hi = cube.vacs.mangahi
>>> hi = cube.vacs.HI
>>> print(hi)
Target(7443-12701)

Expand Down

0 comments on commit db4c536

Please sign in to comment.