diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-11-04 12:58:43 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-11-04 12:58:43 +0200 |
commit | 86263c86c07cb47337a2f15174844fb60ed4d2d3 (patch) | |
tree | 05d334625b5fade62acd184091b14e20fcb5721e /astroid/helpers.py | |
parent | 2dee604a1e2ff2f007021f8857386055766acd71 (diff) | |
download | astroid-git-86263c86c07cb47337a2f15174844fb60ed4d2d3.tar.gz |
Fix pylint warnings.
Diffstat (limited to 'astroid/helpers.py')
-rw-r--r-- | astroid/helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/helpers.py b/astroid/helpers.py index 00f4784b..d4cd0dda 100644 --- a/astroid/helpers.py +++ b/astroid/helpers.py @@ -86,7 +86,7 @@ def object_type(node, context=None): This is used to implement the ``type`` builtin, which means that it's
used for inferring type calls, as well as used in a couple of other places
- in the inference.
+ in the inference.
The node will be inferred first, so this function can support all
sorts of objects, as long as they support inference.
"""
|