Get proper credit

This commit is contained in:
Antoine Pitrou 2011-01-16 18:21:12 +00:00
parent 121a055a0f
commit eec6dbf232
1 changed files with 1 additions and 1 deletions

View File

@ -1222,7 +1222,7 @@ names.
>>> with self.assertWarns(DeprecationWarning):
... legacy_function('XYZ')
(Contributed by Michael Foord and Ezio Melotti.)
(Contributed by Antoine Pitrou, :issue:`9754`.)
Another new method, :meth:`~unittest.TestCase.assertCountEqual` is used to
compare two iterables to determine if their element counts are equal (whether