Fix typo replace `circuting` with `circuiting`.
This commit is contained in:
parent
64a6365227
commit
fdb6e35b1b
|
@ -771,7 +771,7 @@ warn_explicit(
|
||||||
fail_save = self.on_failure
|
fail_save = self.on_failure
|
||||||
levels = len(boolop.values) - 1
|
levels = len(boolop.values) - 1
|
||||||
self.push_format_context()
|
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):
|
for i, v in enumerate(boolop.values):
|
||||||
if i:
|
if i:
|
||||||
fail_inner = []
|
fail_inner = []
|
||||||
|
|
Loading…
Reference in New Issue