Skip to content

Commit 1d0b22b

Browse files
committed
fix typos in doc
1 parent cb5938f commit 1d0b22b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ properties listed below. Proper use of this accessor should be like:
1717
.. code-block:: python
1818
1919
>>> import xarray as xr # first import xarray
20-
>>> import xsimlab # import xsimlab (the simlab xarray accessor is registered)
20+
>>> import xsimlab # import xsimlab (the 'xsimlab' accessor is registered)
2121
>>> ds = xr.Dataset()
2222
>>> ds.xsimlab.<meth_or_prop> # access to the methods and properties listed below
2323

doc/develop.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Every significative code contribution should be listed in the
148148
Contributing to documentation
149149
-----------------------------
150150

151-
xarray uses Sphinx_ for documentation, hosted on http://readthedocs.org .
151+
xarray-simlab uses Sphinx_ for documentation, hosted on http://readthedocs.org .
152152
Documentation is maintained in the RestructuredText markup language (``.rst``
153153
files) in ``xarray-simlab/doc``.
154154

0 commit comments

Comments
 (0)