Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin authored and sackh committed Sep 23, 2020
1 parent 4c693ad commit 432246d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ There are seven basic steps to contributing to *xyzspaces*:
2) Create a development environment
3) Install *xyzspaces* dependencies
4) Make changes to code and add tests
5) Run liniting
5) Run linting
6) Update the documentation
7) Submit a Pull Request

Expand Down Expand Up @@ -216,7 +216,7 @@ install *xyzspaces*) by typing::

pytest -v --cov=xyzspaces tests

5) Run liniting
5) Run linting
----------------
For linting please refer :ref:`contributing style <contributing_style>`

Expand Down Expand Up @@ -259,7 +259,7 @@ submitting code to run the check yourself. To autoformat the code run::

make black

To check liniting errors run::
To check linting errors run::

make lint

Expand Down

0 comments on commit 432246d

Please sign in to comment.