python-intermediate-development icon indicating copy to clipboard operation
python-intermediate-development copied to clipboard

Correct inconsistent function name usage in code refactoring exercise

Open matt-graham opened this issue 4 months ago • 2 comments
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.

matt-graham avatar Jun 24 '25 15:06 matt-graham