summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2019-10-16 18:17:17 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2019-10-16 17:17:17 +0200
commitaf802b16fb61cf3b07002c3def04c9c6f3c21c80 (patch)
tree19663070f215518fec88ba3eff8b7ae6572d2c6a /tests
parent2f288598de485c6af25788fc917139b48c31c474 (diff)
downloadastroid-git-af802b16fb61cf3b07002c3def04c9c6f3c21c80.tar.gz
Spelling fixes (#706)
Diffstat (limited to 'tests')
-rw-r--r--tests/unittest_scoped_nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittest_scoped_nodes.py b/tests/unittest_scoped_nodes.py
index ccdfacd4..17f609d7 100644
--- a/tests/unittest_scoped_nodes.py
+++ b/tests/unittest_scoped_nodes.py
@@ -1829,7 +1829,7 @@ class ClassNodeTest(ModuleLoader, unittest.TestCase):
def test_instance_bound_method_lambdas_2(self):
"""
Test the fact that a method which is a lambda built from
- a factory is well infered as a bound method (bug pylint 2594)
+ a factory is well inferred as a bound method (bug pylint 2594)
"""
ast_nodes = builder.extract_node(
"""