Skip to content

Commit 583c923

Browse files
committed
Remove wrong word
1 parent d2faeb9 commit 583c923

File tree

1 file changed

+1
-1
lines changed
  • puzzles/solutions/2022/d02

1 file changed

+1
-1
lines changed

puzzles/solutions/2022/d02/p1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_moves(input_text: str) -> tuple[tuple[str, str], ...]:
1414

1515
def calculate_move_score(move: tuple[str, str]) -> int:
1616
"""
17-
:param move: pair of (opponent move, our move) pairs
17+
:param move: pair of (opponent move, our move)
1818
:return: total score of the move
1919
"""
2020
score = 0

0 commit comments

Comments
 (0)