Skip to content

Commit

Permalink
Merge pull request gregmalcolm#230 from abheyogy/master
Browse files Browse the repository at this point in the history
Updates the comments section, missing 'to'
  • Loading branch information
gregmalcolm authored Mar 5, 2021
2 parents f462e4b + 8e2023e commit 30c16ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python3/koans/about_scoring_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from runner.koan import *

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

def test_ones_not_left_out(self):
self.assertEqual(300, score([1,2,2,2]))
self.assertEqual(350, score([1,5,2,2,2]))
self.assertEqual(350, score([1,5,2,2,2]))

0 comments on commit 30c16ce

Please sign in to comment.