mon/tripemon.in (xlate_bytes): Trim a character from the docstring.
[tripe] / mon / tripemon.in
index f5b8f8d..b65d8e1 100644 (file)
@@ -1234,7 +1234,7 @@ def xlate_time(t):
   return '%04d:%02d:%02d %02d:%02d:%02d (%.1f %s ago)' % \
          (YY, MM, DD, hh, mm, ss, ago, unit)
 def xlate_bytes(b):
-  """Translate a number of bytes into something a human might want to read."""
+  """Translate a raw byte count into something a human might want to read."""
   suff = 'B'
   b = int(b)
   for s in 'KMG':