Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Jun 13, 2017
1 parent 3454650 commit 2811047
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doc/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributor Guide
=================

xarray-sim is an open-source project. Contributions are welcome, and they are
xarray-simlab is an open-source project. Contributions are welcome, and they are
greatly appreciated!

You can contribute in many ways, e.g., by reporting bugs, submitting feedbacks,
Expand Down Expand Up @@ -33,7 +33,7 @@ Fork the repository and download the code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To further be able to submit modifications, it is preferable to start by
forking the xarray-sim repository on GitHub_ (you need to have an account).
forking the xarray-simlab repository on GitHub_ (you need to have an account).

Then clone your fork locally::

Expand Down Expand Up @@ -124,7 +124,7 @@ should follow the numpydoc_ standard when possible.
Coding style
~~~~~~~~~~~~

The xarray-sim code mostly follows the style conventions defined in PEP8_.
The xarray-simlab code mostly follows the style conventions defined in PEP8_.

.. _PEP8: https://www.python.org/dev/peps/pep-0008/

Expand Down
8 changes: 4 additions & 4 deletions doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Frequently Asked Questions
==========================

Does simlab provide built-in models?
------------------------------------
Does xarray-simlab provide built-in models?
-------------------------------------------

No.

Will simlab support Python 2.7.x?
---------------------------------
Will xarray-simlab support Python 2.7.x?
----------------------------------------

No, unless there are very good reasons to do so.

0 comments on commit 2811047

Please sign in to comment.