From 4026e7927ea0d1e900d11870ccfddf9cf7b3c1f1 Mon Sep 17 00:00:00 2001 From: Cacahuete Date: Sat, 21 Jul 2018 20:34:43 +0000 Subject: [PATCH] optimisation_trajet.py edited online with Bitbucket Tiny typo in a comment --- optimisation_trajet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimisation_trajet.py b/optimisation_trajet.py index c091c3a..f606d1f 100644 --- a/optimisation_trajet.py +++ b/optimisation_trajet.py @@ -88,7 +88,7 @@ def combinations(nb_items, total, start_at=0): def count_business_days(year, month, holidays={}): - """This function returns the number of working daysin the given month.""" + """This function returns the number of working days in the given month.""" bd_count = 0 for i in range(1,32): try: