From 29c8196f7013ab28e4ad7628dd03c4b219ef465c Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 22:31:58 +0200 Subject: [PATCH] Add missing comma. --- naja/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naja/constants.py b/naja/constants.py index 0388d43..486eacb 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -159,5 +159,5 @@ TUNES = ( # Puzzles, because resources can't give us file lists PUZZLES = ( 'chess', - 'marathon' + 'marathon', ) -- 2.34.1