optimisation_trajet.py edited online with Bitbucket
Tiny typo in a comment
This commit is contained in:
parent
90497dfcfc
commit
4026e7927e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue