We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c2063 commit 7177707Copy full SHA for 7177707
_sources/dictionaries/writecode.rst
@@ -421,7 +421,7 @@ The next two questions are associated with the following text file which has an
421
# Iterate through each message (each line)
422
for message in messages:
423
424
- # get the columns
+ # split into columns by spaces
425
cols = message.split()
426
427
# Check if there are two columns
0 commit comments