From 9a06b923fdad4c6019ae1e1675e0b1b56b47ed52 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 6 Sep 2017 20:59:00 +0100 Subject: [PATCH] mon/tripemon.in (xlate_bytes): Trim a character from the docstring. Now it fits into my (unusually narrow) editor column. Yay. --- mon/tripemon.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon/tripemon.in b/mon/tripemon.in index f5b8f8d6..b65d8e1d 100644 --- a/mon/tripemon.in +++ b/mon/tripemon.in @@ -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': -- 2.11.0