aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-06 01:13:06 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-06 01:13:06 +0100
commit53b2cc33bbbad32d6d75f0c1a3ad208fa526f74f (patch)
tree7c8a298b792152da6026314784d2ddcdc34e37b4
parentcode (diff)
downloadmedian-53b2cc33bbbad32d6d75f0c1a3ad208fa526f74f.tar.gz
median-53b2cc33bbbad32d6d75f0c1a3ad208fa526f74f.tar.bz2
median-53b2cc33bbbad32d6d75f0c1a3ad208fa526f74f.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--COPYING2
-rwxr-xr-xsrc/median2
2 files changed, 2 insertions, 2 deletions
diff --git a/COPYING b/COPYING
index 4fb9658..75eb39d 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-median — Calculate the median value for a set of groups
+median — Calculate the median values for a set of groups
Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
diff --git a/src/median b/src/median
index 43a8820..7d7c39e 100755
--- a/src/median
+++ b/src/median
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- python -*-
'''
-median — Calculate the median value for a set of groups
+median — Calculate the median values for a set of groups
Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify