Skip to content

Commit 05cb8b8

Browse files
author
Andrew Barna
committed
Fix inline code formatting in README
1 parent 11cd16e commit 05cb8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Outputs
5858

5959

6060
We support (but don't yet validate) the usage of pint.Quantities and the usage of xarray wrapped Quantities.
61-
Support for pint requires the installation of two optional dependencies: `pint` and `pint-xarray`.
61+
Support for pint requires the installation of two optional dependencies: ``pint`` and ``pint-xarray``.
6262
If any of the inputs to a gsw function are Quantities, the returned object will also be a Quantity belonging to the same UnitRegistry.
6363

6464
.. warning::
@@ -101,7 +101,7 @@ Outputs
101101
Attributes:
102102
standard_name: sea_water_sigma_t
103103

104-
The usage of xarray wrapped Quantities is not required, you can use pint directly (though the `pint-xarray` dep still needs to be installed).
104+
The usage of xarray wrapped Quantities is not required, you can use pint directly (though the ``pint-xarray`` dep still needs to be installed).
105105

106106
.. code:: python
107107

0 commit comments

Comments
 (0)