From c33d0481572f96262b62d3a39ed085b9dbf04cfe Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Tue, 8 Dec 2020 00:08:48 +0100 Subject: [PATCH] AoC 2015: day2 wrong docstring Signed-off-by: Ettore Dreucci --- 2015-python/solutions/day_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2015-python/solutions/day_2.py b/2015-python/solutions/day_2.py index 49d3566..8131629 100644 --- a/2015-python/solutions/day_2.py +++ b/2015-python/solutions/day_2.py @@ -1,4 +1,4 @@ -"""AOC 2015 Day 1""" +"""AOC 2015 Day 2""" import pathlib import time