Skip to content

Commit 4e1cfd7

Browse files
committed
DOC: Updated NIST query example using output_order and wavelength type
1 parent 30f3673 commit 4e1cfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nist/nist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ or 'vac+air'. Here is an example with all these parameters.
6969
.. doctest-remote-data::
7070

7171
>>> from astroquery.nist import Nist
72-
>>> table = Nist.query(4000 * u.nm, 7000 * u.nm, 'H I',
72+
>>> table = Nist.query(4000 * u.nm, 7000 * u.nm, linename='H I',
7373
... energy_level_unit='eV', output_order='wavelength',
7474
... wavelength_type='vacuum')
7575
>>> print(table)

0 commit comments

Comments
 (0)