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

grammar

parent 9c7e86be
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
......@@ -28,7 +28,7 @@ def timer():
yield
end = datetime.utcnow()
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):
......
Supports Markdown
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