From fdb6e35b1b9b19d53e00adc2f726140693702f3e Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 26 Jun 2019 20:23:35 +1000 Subject: [PATCH] Fix typo replace `circuting` with `circuiting`. --- src/_pytest/assertion/rewrite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/assertion/rewrite.py b/src/_pytest/assertion/rewrite.py index f50d8200e..374bb2518 100644 --- a/src/_pytest/assertion/rewrite.py +++ b/src/_pytest/assertion/rewrite.py @@ -771,7 +771,7 @@ warn_explicit( fail_save = self.on_failure levels = len(boolop.values) - 1 self.push_format_context() - # Process each operand, short-circuting if needed. + # Process each operand, short-circuiting if needed. for i, v in enumerate(boolop.values): if i: fail_inner = []