Skip to content

Commit

Permalink
It takes a while
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed May 4, 2015
1 parent 211523b commit c2c0444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down Expand Up @@ -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")
print("Current data is free of known derp")

0 comments on commit c2c0444

Please sign in to comment.