Skip to content

Commit cac2f42

Browse files
author
Patryk Ściborek
committed
Typo fix
1 parent a744e10 commit cac2f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ History
2323

2424
* Added support for Django 1.8 and 1.9
2525
* Added support for SQLite and MySQL/MariaDB
26-
* Python 3.4 compatybility
26+
* Python 3.4 compatibility
2727
* Improved test coverage
2828
* This is last version to support Django 1.6 and South
2929

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clean-pyc:
2727

2828

2929
lint:
30-
flake8 --exclude=migrations,south_migrations teryt
30+
flake8 --exclude=south_migrations teryt
3131

3232
test:
3333
python runtests.py

0 commit comments

Comments
 (0)