Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Ściborek committed Jan 6, 2016
1 parent a744e10 commit cac2f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ History

* Added support for Django 1.8 and 1.9
* Added support for SQLite and MySQL/MariaDB
* Python 3.4 compatybility
* Python 3.4 compatibility
* Improved test coverage
* This is last version to support Django 1.6 and South

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean-pyc:


lint:
flake8 --exclude=migrations,south_migrations teryt
flake8 --exclude=south_migrations teryt

test:
python runtests.py
Expand Down

0 comments on commit cac2f42

Please sign in to comment.