summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2010-06-20 20:43:33 -0300
committerGustavo Niemeyer <gustavo@niemeyer.net>2010-06-20 20:43:33 -0300
commit3a1d9b8548f074c44c853e0ccaeb40edf83a7b0b (patch)
treea456374892a628081d9d18c9ae9ca7a7c21e065a
parent4fd625394f26fa281dac951233e5fa329b984f3c (diff)
downloadmocker-3a1d9b8548f074c44c853e0ccaeb40edf83a7b0b.tar.gz
Fixed duplicated line in NEWS file.1.0
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4810181..b904592 100644
--- a/NEWS
+++ b/NEWS
@@ -23,8 +23,6 @@
helps in cases where the expression can't result in a Mock
instance (e.g. expect(iter(mock))) (#196388, #179072).
- "function" with an explicitly provided Mocker instance.
-
- __nonzero__ should necessarily return a boolean value, so transform Mock
results into True (#380024).