File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ option and setting it to the old interpreter. For example you can check that the
20
20
no ``f-strings `` in Python 3.5 code using Python 3.8 with an up-to-date pylint even if
21
21
Python 3.5 is past end of life (EOL).
22
22
23
- We do not guarantee that ``py-version `` will work for all EOL python interpreter indefinitely,
23
+ We do not guarantee that ``py-version `` will work for all EOL python interpreters indefinitely,
24
24
(for anything before python 3.5, it's probably not). If a newer version does not work for you,
25
25
the best available pylint might be an old version that works with your old interpreter but
26
- without the bug fixes and feature of latest pylints .
26
+ without the bug fixes and feature of later versions .
27
27
28
28
NB: You can also use ``conda `` or your system package manager on debian based OS.
29
29
These package managers lag a little behind as they are maintained by a separate
You can’t perform that action at this time.
0 commit comments