Skip to content

Commit 83971e4

Browse files
Update For Loops.py
1 parent d44a14f commit 83971e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

For Loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'''----------------------------------------------------------------'''
3939

4040
# Here is a non manual example of this very same code, using a for-loop: The for-loop
41-
# also inciments the string's data values, which makes the code more efficient, without
41+
# also increments the string's data values, which makes the code more efficient, without
4242
# the manual redundancy on the programmer's part.
4343

4444
tuple_string_name=('Super Man','Bat Man','Spider Man')

0 commit comments

Comments
 (0)