Fix typo replace `circuting` with `circuiting`. (#5497)

Fix typo replace `circuting` with `circuiting`.
This commit is contained in:
Bruno Oliveira 2019-06-26 11:09:22 -03:00 committed by GitHub
commit 6a2d844c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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