Skip to content

Commit 1c06b06

Browse files
committed
Fix docs example
1 parent 0cee6a3 commit 1c06b06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/atomic/atomic.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ In the following Python session you can see the ``atomic`` package in
2424
action. Note that Hz is actually not a supported unit by Atomic Line List,
2525
the atomic package takes care to support all spectral units.
2626

27-
.. code-block:: python
2827
.. doctest-remote-data::
2928

3029
>>> from astropy import units as u
3130
>>> from astroquery.atomic import AtomicLineList
3231
>>> wavelength_range = (15 * u.nm, 1.5e+16 * u.Hz)
33-
>>> AtomicLineList.query_object(wavelength_range, wavelength_type='Air', wavelength_accuracy=20, element_spectrum='C II-IV')
32+
>>> AtomicLineList.query_object(wavelength_range=wavelength_range, wavelength_type='Air',
33+
... wavelength_accuracy=20, element_spectrum='C II-IV')
3434
<Table length=3>
3535
LAMBDA VAC ANG SPECTRUM TT ... J J A_ki LEVEL ENERGY CM 1
36-
float64 str4 str2 ... str5 float64 str18
36+
float64 str4 str2 ... str5 float64 str18
3737
-------------- -------- ---- ... ----- ----------- ------------------
3838
196.8874 C IV E1 ... 1/2-* 91300000.0 0.00 - 507904.40
3939
197.7992 C IV E1 ... 1/2-* 118000000.0 0.00 - 505563.30

0 commit comments

Comments
 (0)