Skip to content

Commit 6edf034

Browse files
authored
Merge pull request #117 from arif1999/patch-1
change list to l naming convention
2 parents 30b8e8b + 0f53789 commit 6edf034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/new_patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
l = [1,2,3]
99

1010
#Bad
11-
for i in range(0,len(list)):
11+
for i in range(0,len(l)):
1212
le = l[i]
1313
print(i,le)
1414

0 commit comments

Comments
 (0)