Skip to content

Commit 3a535af

Browse files
committed
Correct really stupid typo
1 parent 6c9f819 commit 3a535af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tsptest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test(func):
3131
for pub in route[1:]:
3232
d = distances[last][pub]
3333
t += d / speed
34-
speed / 1.05 # gets 5% slower at each pub
34+
speed /= 1.05 # gets 5% slower at each pub
3535
last = pub
3636
print(t)
3737

tsptest.pyc

1.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)