Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/253310

Change subject: thumbstats: fix description
......................................................................

thumbstats: fix description

Change-Id: I286fe6e920eb2eeab3d150d68faa63db3b4c22a0
---
M thumbstats/swift-thumb-stats
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/software 
refs/changes/10/253310/1

diff --git a/thumbstats/swift-thumb-stats b/thumbstats/swift-thumb-stats
index 97824f7..f94402e 100755
--- a/thumbstats/swift-thumb-stats
+++ b/thumbstats/swift-thumb-stats
@@ -35,7 +35,7 @@
 
 
 class BytesPerSize(Filter):
-    """Size vs size breakdown."""
+    """Size vs bytes breakdown."""
     _bytes = {}
     def process(self, thumb):
         self._bytes[thumb.thumbsize] = \

-- 
To view, visit https://gerrit.wikimedia.org/r/253310
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I286fe6e920eb2eeab3d150d68faa63db3b4c22a0
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to