From e312cb3a82a6ea6fa281152922553d165824178f Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 31 Dec 2023 11:49:23 +0200 Subject: [PATCH] Update 7966.bugfix.rst --- changelog/7966.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/7966.bugfix.rst b/changelog/7966.bugfix.rst index de0557680..849bdb06e 100644 --- a/changelog/7966.bugfix.rst +++ b/changelog/7966.bugfix.rst @@ -1 +1 @@ -Removes unhelpful error message from assertion rewrite mechanism when exceptions raised in __iter__ methods, and instead treats them as un-iterable. +Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in ``__iter__`` methods. Now they are treated un-iterable instead.