Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Fixed typos in CONTRIBUTING.rst (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupKumarPanwar authored and michaelbausor committed Mar 26, 2019
1 parent 0fa1b19 commit e580a2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ requests. Fork the repository, and make your changes in the forked repository.
Include tests
-------------

Be sure to add relevant tests and run then them using :code:`nox` befor
making the pull request.
Be sure to add relevant tests and then run them using :code:`nox` before making the pull request.

Docs will be updated automatically when we merge to `master`, but
you should also build the docs yourself via :code:`nox -e docs`, making sure
Expand Down Expand Up @@ -103,7 +102,7 @@ GitHub repo, from which you can submit a pull request.
mkvirtualenv --python=`which python3` artman
pip install -e .
- This is creates a virtualenv named `artman` that has artman installed.
- This creates a virtualenv named `artman` that has artman installed.
Activate it to use artman locally, e.g, from the python prompt.

.. code:: bash
Expand Down

0 comments on commit e580a2e

Please sign in to comment.