Skip to content

Commit

Permalink
Merge pull request #8 from ctb/patch-1
Browse files Browse the repository at this point in the history
hits -> hints
  • Loading branch information
jdidion committed May 4, 2017
2 parents 037ad2c + 816eb8d commit b48417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Future releases are mapped out using [GitHub Projects](https://github.com/jdidio

We welcome any contributions via pull requests.

All code must be written in idiomatic python 3. Note that we use [PEP484](https://www.python.org/dev/peps/pep-0484/) type hits. Variable annotations are
All code must be written in idiomatic python 3. Note that we use [PEP484](https://www.python.org/dev/peps/pep-0484/) type hints. Variable annotations are
defined where needed using the comment syntax. Static code analysis is performed usying [mypy](http://mypy-lang.org/) and pylint.

Style-wise, we try to adhere to the Google python style guidelines. We use Google-style docstrings, which are formatted by the [Napoleon Sphinx Plugin](https://pypi.python.org/pypi/sphinxcontrib-napoleon).
Expand Down

0 comments on commit b48417f

Please sign in to comment.