Skip to content

Commit 30c16ce

Browse files
authored
Merge pull request gregmalcolm#230 from abheyogy/master
Updates the comments section, missing 'to'
2 parents f462e4b + 8e2023e commit 30c16ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python3/koans/about_scoring_project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from runner.koan import *
55

66
# Greed is a dice game where you roll up to five dice to accumulate
7-
# points. The following "score" function will be used calculate the
7+
# points. The following "score" function will be used to calculate the
88
# score of a single roll of the dice.
99
#
1010
# A greed roll is scored as follows:
@@ -69,4 +69,4 @@ def test_score_of_mixed_is_sum(self):
6969

7070
def test_ones_not_left_out(self):
7171
self.assertEqual(300, score([1,2,2,2]))
72-
self.assertEqual(350, score([1,5,2,2,2]))
72+
self.assertEqual(350, score([1,5,2,2,2]))

0 commit comments

Comments
 (0)