From 2878d6ef8301c56bb2394f6657675a8c4b2615d3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Apr 2014 11:53:35 -0700 Subject: [PATCH] grammar --- test-infra/s3_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/s3_cache.py b/test-infra/s3_cache.py index 7008d839c4..afa623bfbd 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): -- 2.47.2