Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumiok committed Feb 15, 2024
1 parent ee5ebad commit 5e52d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ git checkout -b name-of-your-bugfix-or-feature
- When you're done making changes, check that your changes pass flake8 and the tests:

```bash
black py_askit tests
mypy py_askit tests
python -m unittest discover
black pyaskit tests
mypy pyaskit tests
pytest
```

- Commit your changes and push your branch to GitHub:
Expand Down

0 comments on commit 5e52d73

Please sign in to comment.