Fix typos

This commit is contained in:
Dimitris Apostolou 2019-11-29 11:34:07 +02:00 committed by GitHub
parent a9cfa5bc0d
commit 5e52e17831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 37 additions and 37 deletions

View file

@ -793,7 +793,7 @@ def timelineDimesTest():
store = makeStoreDimesEdges(path, bestRoot)
rootID = "R" + bestRoot[1:]
assert rootID in store
# Don't forget to set random seed before setitng times
# Don't forget to set random seed before setting times
# To make results reproducible
nodeIDs = sorted(store.keys())
random.seed(12345)