aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-04-03 11:53:35 -0700
committerChris Rebert <[email protected]>2014-04-03 11:53:35 -0700
commit2878d6ef8301c56bb2394f6657675a8c4b2615d3 (patch)
tree34b6ec13ab16ccc3c3b67f63df9131a89bdb7286
parent9c7e86be994145b06ddfa2c6d184da3d63bb596b (diff)
downloadbootstrap-2878d6ef8301c56bb2394f6657675a8c4b2615d3.tar.xz
bootstrap-2878d6ef8301c56bb2394f6657675a8c4b2615d3.zip
grammar
-rwxr-xr-xtest-infra/s3_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-infra/s3_cache.py b/test-infra/s3_cache.py
index 7008d839c..afa623bfb 100755
--- a/test-infra/s3_cache.py
+++ b/test-infra/s3_cache.py
@@ -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):