Skip to content

Commit 0268a9b

Browse files
authored
Update README.rst
1 parent df2f31e commit 0268a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ cf-xarray
3232

3333
A lightweight convenience wrapper for using CF attributes on xarray objects.
3434

35-
For example you can use `.cf.mean("latitude")` instead of `.mean("lat")` if appropriate attributes are set! This allows you to write code that does not require knowledge of specific dimension or coordinate names particular to a dataset.
35+
For example you can use ``.cf.mean("latitude")`` instead of ``.mean("lat")`` if appropriate attributes are set! This allows you to write code that does not require knowledge of specific dimension or coordinate names particular to a dataset.
3636

3737
See more in the introductory notebook `here <https://cf-xarray.readthedocs.io/en/latest/examples/introduction.html>`_.

0 commit comments

Comments
 (0)