Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 272 Bytes

lowercase-l-suffix.md

File metadata and controls

7 lines (4 loc) · 272 Bytes

Pattern: Use of letter l (ell) as suffix

Issue: -

Description

Used when a lower case l is used to mark a long integer. You should use a upper case L since the letter l looks too much like the digit 1. This message can't be emitted when using Python >= 3.0.