Commit 2878d6ef authored by Chris Rebert's avatar Chris Rebert

grammar

parent 9c7e86be
...@@ -28,7 +28,7 @@ def timer(): ...@@ -28,7 +28,7 @@ def timer():
yield yield
end = datetime.utcnow() end = datetime.utcnow()
elapsed = end - start elapsed = end - start
print("\tDone. Took", int(elapsed.total_seconds()), "seconds.") print("\tDone. Took", int(elapsed.total_seconds()), "second(s).")
def _sha256_of_file(filename): def _sha256_of_file(filename):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment