summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-17 18:42:00 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-17 18:42:00 -0200
commit590c2e8ca36f0675ab223db46f49c158a74a3a58 (patch)
tree7163b99903e1baaddde79f46d2fb4056bcbeb9cd /NEWS
parent62bf0c6c171f5aa832fa6e9924f51486d485ccfb (diff)
downloadmocker-590c2e8ca36f0675ab223db46f49c158a74a3a58.tar.gz
"unexistent" doesn't exist.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 56f11b1..323001a 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@
isn't called, and that may not be obvious, so a hook won't be
exposed for now.
-- When using an unexistent import path for Mocker.proxy(), raise an
+- When using a non-existent import path for Mocker.proxy(), raise an
ImportError on the base module, rather than using the actual
string as the object (#162315).