Inconsistency in a Python cell?

Hi, the cell containing the following code by default:

weight_flipper_length = -40
intercept_body_mass = 13000

predicted_body_mass = linear_model_flipper_mass(
flipper_length_range, weight_flipper_length, intercept_body_mass)

might not be consistent with the comment below it:
“In our case, this coefficient has a meaningful unit: g/mm. For instance, a coefficient of 40 g/mm, means that for each additional millimeter in flipper length, the body weight predicted will increase by 40 g.”

Hello @AlexisGiauque. You are right, you can regard the cell and the comment as related yet not consistent.