Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
edit: backport of PR #1688 to master
  • Loading branch information
akarsh1995 authored and Corentin Le Molgat committed Jan 16, 2020
1 parent 78f9a4b commit 72731ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/cvrptw_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def __init__(self,
latest_time = self.time_horizon - time_windows
start_times = [None for o in time_windows]
stop_times = [None for o in time_windows]
# Make random timedeltas, nominaly from the start of the day.
# Make random timedeltas, nominally from the start of the day.
for idx in range(self.number):
stime = int(np.random.random_integers(0, latest_time[idx]))
start_times[idx] = timedelta(seconds=stime)
Expand Down

0 comments on commit 72731ca

Please sign in to comment.