diff options
| -rw-r--r-- | COPYING | 2 | ||||
| -rwxr-xr-x | src/median | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -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 @@ -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 | 
