Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidsp committed Nov 6, 2018
1 parent fe2faa6 commit f9ebe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Development process
``git checkout -b YOUR_NAME/branch_name``.
2. Commit your changes. We follow the `commit message guidelines`_ from Angular.
3. Make sure to add tests!
4. Run ``nosetests`` to ensure there are no lint errors.
4. Run ``pep8`` to ensure there are no lint errors.
5. ``git push`` your changes to GitHub.
6. Make sure that all unit tests are passing and that there are no merge
conflicts between your branch and ``master``.
Expand Down

0 comments on commit f9ebe1e

Please sign in to comment.