Fix typos

This commit is contained in:
Andrew Rabert 2018-12-04 22:56:51 -05:00
parent b275c95d39
commit 73f512a0b6
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ Set up a development environment
The first thing that you need is a development environment so that you can
run the test suite, update the documentation, and everything else that is
involved in contributing. The easiest way to do that is to create a virtual
environment for your endevours::
environment for your endeavors::
$ virtualenv -p python2.7 env

View file

@ -3,7 +3,7 @@ Version History
`2.2.2`_ (7 Apr 2018)
---------------------
- Add support for Python 3.5 throug 3.7
- Add support for Python 3.5 through 3.7
- Add support for Tornado < 6
`2.2.1`_ (12 Apr 2018)