Skip to content

Commit 7177707

Browse files
committed
fix to comment
1 parent 93c2063 commit 7177707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sources/dictionaries/writecode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ The next two questions are associated with the following text file which has an
421421
# Iterate through each message (each line)
422422
for message in messages:
423423

424-
# get the columns
424+
# split into columns by spaces
425425
cols = message.split()
426426

427427
# Check if there are two columns

0 commit comments

Comments
 (0)