Skip to content

Commit

Permalink
Fix typo in Contributing.md (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravicodelabs committed Aug 8, 2022
1 parent 75ec273 commit fd3fcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Then, you can install your local copy of the repo:

Any change to the code should now be immediately reflected during execution. If
you're modifying Cython code (`.pyx` files), you'll need to compile the code in
order to see the chanes. This can be achieved by running `pip install -e .`
order to see the changes. This can be achieved by running `pip install -e .`
again.

Running and writing tests
Expand Down

0 comments on commit fd3fcda

Please sign in to comment.