Skip to content

Commit

Permalink
adjusted comment to avoid going over 79 columns in a line.
Browse files Browse the repository at this point in the history
  • Loading branch information
ultasun committed Sep 28, 2022
1 parent 52bb465 commit 3e40d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cindi/cindi.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def len_2d_list(two_dimensional_list):

def print_2d_list(two_dimensional_list):
"""
Iterate through a 2D list, print the str() result of elements. Returns void.
Iterate through a 2D list, print the str() of elements. Returns void.
"""
for x in two_dimensional_list:
for y in x:
Expand Down

0 comments on commit 3e40d9f

Please sign in to comment.