summaryrefslogtreecommitdiff
path: root/tests/functional/b/bad_reversed_sequence.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-09-17 07:15:09 +0300
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-17 07:39:52 +0200
commit4cb8ef1a89aec4fefb1a36fd484fa9f35be18f03 (patch)
tree223d33e15f4923f708f887a70acdadc991b4c7d4 /tests/functional/b/bad_reversed_sequence.py
parentda36529a6ae1fb83417e600528692530a27aac1f (diff)
downloadpylint-git-4cb8ef1a89aec4fefb1a36fd484fa9f35be18f03.tar.gz
Spelling and grammar fixes
Diffstat (limited to 'tests/functional/b/bad_reversed_sequence.py')
-rw-r--r--tests/functional/b/bad_reversed_sequence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/b/bad_reversed_sequence.py b/tests/functional/b/bad_reversed_sequence.py
index 101123330..2450d960b 100644
--- a/tests/functional/b/bad_reversed_sequence.py
+++ b/tests/functional/b/bad_reversed_sequence.py
@@ -32,7 +32,7 @@ class ThirdBadReversed(dict):
""" dict subclass """
def uninferable(seq):
- """ This can't be infered at this moment,
+ """ This can't be inferred at this moment,
make sure we don't have a false positive.
"""
return reversed(seq)