We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f3673 commit 4e1cfd7Copy full SHA for 4e1cfd7
docs/nist/nist.rst
@@ -69,7 +69,7 @@ or 'vac+air'. Here is an example with all these parameters.
69
.. doctest-remote-data::
70
71
>>> from astroquery.nist import Nist
72
- >>> table = Nist.query(4000 * u.nm, 7000 * u.nm, 'H I',
+ >>> table = Nist.query(4000 * u.nm, 7000 * u.nm, linename='H I',
73
... energy_level_unit='eV', output_order='wavelength',
74
... wavelength_type='vacuum')
75
>>> print(table)
0 commit comments