Typos in the changelog

This commit is contained in:
Florent Xicluna 2013-02-22 14:41:32 +01:00
parent 6a984fdfdd
commit 2db51c22a7

View file

@ -15,7 +15,7 @@ CHANGES
------------------ ------------------
- Fixes part of #35: Exception for no WITHITEM being an attribute of Checker - Fixes part of #35: Exception for no WITHITEM being an attribute of Checker
for python 3.3 for Python 3.3
- Support stdin - Support stdin
- Incorporate @phd's builtins pull request - Incorporate @phd's builtins pull request
- Fix the git hook - Fix the git hook
@ -46,11 +46,11 @@ CHANGES
- fix ``--exclude`` and ``--ignore`` command flags (#14, #19) - fix ``--exclude`` and ``--ignore`` command flags (#14, #19)
- fix the git hook that wasn't catching files not already added to the index - fix the git hook that wasn't catching files not already added to the index
(#29) (#29)
- pre-emptively includes the addition to pep8 to ignore certain lines. Add ``# - pre-emptively includes the addition to pep8 to ignore certain lines.
nopep8`` to the end of a line to ignore it. (#37) Add ``# nopep8`` to the end of a line to ignore it. (#37)
- ``check_file`` can now be used without any special prior setup (#21) - ``check_file`` can now be used without any special prior setup (#21)
- unpacking exceptions will no longer cause an exception (#20) - unpacking exceptions will no longer cause an exception (#20)
- fixed crash on non-existant file (#38) - fixed crash on non-existent file (#38)
1.5 - 2012-10-13 1.5 - 2012-10-13
@ -87,7 +87,7 @@ CHANGES
---------------- ----------------
- added a git hook - added a git hook
- now python 3 compatible - now Python 3 compatible
- mccabe and pyflakes have warning codes like pep8 now - mccabe and pyflakes have warning codes like pep8 now
@ -125,9 +125,9 @@ CHANGES
0.7 - 2010-02-18 0.7 - 2010-02-18
---------------- ----------------
- Fix pep8 intialization when run through Hg - Fix pep8 initialization when run through Hg
- Make pep8 short options work when run throug the command line - Make pep8 short options work when run through the command line
- skip duplicates when controlling files via Hg - Skip duplicates when controlling files via Hg
0.6 - 2010-02-15 0.6 - 2010-02-15