diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2017-03-12 13:59:49 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-03-12 13:59:49 +0200 |
commit | 7feb1df5c9580a54f12f480769626a4e16147ded (patch) | |
tree | 23c5392b91d44ec7e6ec59a4472307db26a5b98f /astroid/inference.py | |
parent | e93dd9919b263ff3e9782b64fe5f387acd8d1bda (diff) | |
download | astroid-git-7feb1df5c9580a54f12f480769626a4e16147ded.tar.gz |
Typo
Diffstat (limited to 'astroid/inference.py')
-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)): |