docs: Clean up blog post link in our mypy documentation.

This commit is contained in:
Tim Abbott
2018-12-16 20:58:06 -08:00
parent 6b69cc0b39
commit cf445861f1

View File

@@ -28,13 +28,12 @@ You can learn more about it at:
* The * The
[Python type annotation spec in PEP 484](https://www.python.org/dev/peps/pep-0484/) [Python type annotation spec in PEP 484](https://www.python.org/dev/peps/pep-0484/)
* Our [blog post on being an early adopter of mypy][mypy-blog-post] from 2016.
The mypy type checker is run automatically as part of Zulip's Travis The mypy type checker is run automatically as part of Zulip's Travis
CI testing process in the `backend` build. CI testing process in the `backend` build.
You can learn a lot more about mypy from our blog post on being an [mypy-blog-post]: https://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/
early adopted of mypy back in 2016:
https://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/
## Installing mypy ## Installing mypy