From 5e26e6e553aa30d4cf5c890f7db2b3be7cd547da Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 10 Apr 2014 12:56:14 +0200 Subject: [PATCH] fix typo in changelog --HG-- branch : nose_test_attr --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c07807732..e228a948f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -65,7 +65,7 @@ NEXT (2.6) Groenholm. - support nose-style ``__test__`` attribute on modules, classes and - functions, including unittest-style Classes. If set to True, the + functions, including unittest-style Classes. If set to False, the test will not be collected.