optimisation_trajet.py edited online with Bitbucket

Tiny typo in a comment
This commit is contained in:
Cacahuete 2018-07-21 20:34:43 +00:00
parent 90497dfcfc
commit 4026e7927e

View file

@ -88,7 +88,7 @@ def combinations(nb_items, total, start_at=0):
def count_business_days(year, month, holidays={}): 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 bd_count = 0
for i in range(1,32): for i in range(1,32):
try: try: