Skip to content

Commit

Permalink
fix typos in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Jun 19, 2017
1 parent cb5938f commit 1d0b22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ properties listed below. Proper use of this accessor should be like:
.. code-block:: python
>>> import xarray as xr # first import xarray
>>> import xsimlab # import xsimlab (the simlab xarray accessor is registered)
>>> import xsimlab # import xsimlab (the 'xsimlab' accessor is registered)
>>> ds = xr.Dataset()
>>> ds.xsimlab.<meth_or_prop> # access to the methods and properties listed below
Expand Down
2 changes: 1 addition & 1 deletion doc/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Every significative code contribution should be listed in the
Contributing to documentation
-----------------------------

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

Expand Down

0 comments on commit 1d0b22b

Please sign in to comment.