diff --git a/cache.py b/cache.py index 88338ba9..8ebf1351 100644 --- a/cache.py +++ b/cache.py @@ -1088,7 +1088,7 @@ def buildCache(tdb, tdenv): """ tdenv.NOTE( - "Rebuilding cache file: this may take a moment.", + "Rebuilding cache file: this may take a few moments.", file=sys.stderr ) @@ -1217,4 +1217,4 @@ def test_derp(tdb=None, tdenv=None): print("Match", m.groups(1)) matches += 1 if not matches: - print("Current data is free of known derp") \ No newline at end of file + print("Current data is free of known derp")