Skip to content

Commit

Permalink
Fix commas
Browse files Browse the repository at this point in the history
Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
  • Loading branch information
astrofrog and pllim committed Jan 17, 2023
1 parent 420817f commit 7696e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/customizing_guide/units.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Unit conversion in glue
Data components can be assigned units as a string (or `None` to indicate no known units).
By default, glue uses `astropy.units <https://docs.astropy.org/en/stable/units/index.html>`_ package
to carry out unit conversions based on these units. However, it is possible to customize the
unit conversion machinery, either to use a different unit transformation machinery, or to specify
e.g. equivalencies in the astropy unit conversion. To customize the unit conversion behavior, you
unit conversion machinery, either to use a different unit transformation machinery, or to specify,
e.g., equivalencies in the astropy unit conversion. To customize the unit conversion behavior, you
will need to define a unit converter as shown below::

from astropy import units as u
Expand Down

0 comments on commit 7696e13

Please sign in to comment.