Skip to content

Commit

Permalink
W is a split of R
Browse files Browse the repository at this point in the history
  • Loading branch information
unbrice committed May 24, 2015
1 parent 2a45797 commit b9050c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py1/user_code_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _split_words(line):
for LN, R in enumerate(F):
# Line conveniency variables.
L = R.strip() # L: Line without surrounding whitespaces.
W = _split_words(L) # W: Words split on WS or WRE
W = _split_words(R) # W: Words split on WS or WRE
NW = len(W) # Number of words
# __________ INSERT USER CODE FOR --each-line HERE __________

Expand Down

0 comments on commit b9050c5

Please sign in to comment.