summaryrefslogtreecommitdiff
path: root/tests/functional/s/string/string_formatting.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/s/string/string_formatting.py')
-rw-r--r--tests/functional/s/string/string_formatting.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/s/string/string_formatting.py b/tests/functional/s/string/string_formatting.py
index 8372a4373..b72e9f676 100644
--- a/tests/functional/s/string/string_formatting.py
+++ b/tests/functional/s/string/string_formatting.py
@@ -27,7 +27,7 @@ class Getitem(object):
class ReturnYes(object):
- """ can't be properly infered """
+ """ can't be properly inferred """
missing = Missing()
@@ -160,7 +160,7 @@ def issue338():
class Crash(namedtuple("C", "foo bar")):
""" Looking for attributes in __str__ will crash,
- because EmptyNodes can't be infered.
+ because EmptyNodes can't be inferred.
"""
def __str__(self):
return "{0.foo}: {0.bar}".format(self)