python-intermediate-development
python-intermediate-development copied to clipboard
Correct inconsistent function name usage in code refactoring exercise
trafficstars
Fixes #466
Changes usages of compute_standard_deviation_by_data for function name to compute_standard_deviation_by_day to be consistent with earlier exercise. Between compute_standard_deviation_by_data and compute_standard_deviation_by_day the latter seemed the more descriptive of what the function computes and so the better to standardise on.