summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).