Skip to content

Commit

Permalink
fix spelling in contrib guide
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Jul 6, 2021
1 parent c2e04de commit 01b46d9
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 @@ -123,7 +123,7 @@ $ pytest -v tests
- Use the [Google docstring format](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-docstrings).
This is integrated with [Sphinx](https://www.sphinx-doc.org/) using the
[napoleon extension](https://sphinxcontrib-napoleon.readthedocs.io/).
- Versioning follow the [Semantic Versioning Specification](https://semver.org/) and
- Versioning follows the [Semantic Versioning Specification](https://semver.org/) and
[PEP 440 -- Version Identification and Dependency Specification](https://www.python.org/dev/peps/pep-0440/).

## Release Checklist
Expand Down

0 comments on commit 01b46d9

Please sign in to comment.