diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2021-09-17 07:15:09 +0300 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-09-17 07:39:52 +0200 |
commit | 4cb8ef1a89aec4fefb1a36fd484fa9f35be18f03 (patch) | |
tree | 223d33e15f4923f708f887a70acdadc991b4c7d4 /tests/functional/b/bad_reversed_sequence.py | |
parent | da36529a6ae1fb83417e600528692530a27aac1f (diff) | |
download | pylint-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.py | 2 |
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) |