Fix typo replace `circuting` with `circuiting`.

This commit is contained in:
Tim Gates 2019-06-26 20:23:35 +10:00
parent 64a6365227
commit fdb6e35b1b
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []