Skip to content

Commit cb6ad02

Browse files
committed
Update darts.py
1 parent b7f41ac commit cb6ad02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darts/darts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def score(x: int, y: int) -> int:
2929
# Middle circle
3030
if distance > 1:
3131
return 5
32-
# Inner circle
32+
# Inner circle
3333
return 10

0 commit comments

Comments
 (0)