pylint #100654 "use l as long integer identifier" grammatical error implies opposite [validation pending]
The warning issued by pylint when you use an "l" as a long integer identifier commands you to use "l", which is wrong. It should either say "uses l..." or "use L". | |
priority | normal |
---|---|
type | bug |
done in | 0.26.0 |
load | 0.100 |
load left | 0.000 |
closed by | #27930e5ee87e fix grammatical error for W0332 message. Closes #100654 |