Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Aug 26, 2016
1 parent 38df02e commit 6772440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_readtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_transitions(self):
word = 'word '
for x in range(10):

# test the maximum num words for x min read
# test the maximum num words for x read time
text = word * 265 * x
result = readtime.of_text(text)
self.assertEquals(result.seconds, x * 60 if x > 0 else 1)
Expand Down

0 comments on commit 6772440

Please sign in to comment.