diff options
-rw-r--r-- | astroid/inference.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/inference.py b/astroid/inference.py index 8867e211..f77ad19a 100644 --- a/astroid/inference.py +++ b/astroid/inference.py @@ -638,7 +638,7 @@ def _infer_binary_operation(left, right, binary_opnode, context, flow_factory): yield util.Uninferable return - # TODO(cpopa): since the inferrence engine might return + # TODO(cpopa): since the inference engine might return # more values than are actually possible, we decide # to return util.Uninferable if we have union types. if all(map(_is_not_implemented, results)): |