Oops. "Kampka", not "Kampa"

This commit is contained in:
Jonathan Lange
2011-02-13 16:38:08 +00:00
parent 11f7d77ea4
commit 1df39342d0
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ The testtools authors are:
* Martin [gz]
* Michael Hudson-Doyle
* Aaron Bentley
* Christian Kampa
* Christian Kampka
and are collectively referred to as "testtools developers".

2
NEWS
View File

@@ -15,7 +15,7 @@ Improvements
------------
* distutils integration for the testtools test runner. Can now use it for
'python setup.py test'. (Christian Kampa, #693773)
'python setup.py test'. (Christian Kampka, #693773)
* ``EndsWith`` and ``KeysEqual`` now in testtools.matchers.__all__.
(Jonathan Lange, #692158)