Skip to content

Commit a4005b3

Browse files
Fix Celsius spelling in regression lecture
Corrects the spelling of Celsius in the x-axis label.
1 parent ae928c8 commit a4005b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/simple_linear_regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ax = df.plot(
6868
y='Y',
6969
kind='scatter',
7070
ylabel='Ice-cream sales ($\'s)',
71-
xlabel='Degrees celcius'
71+
xlabel='Degrees Celsius'
7272
)
7373
```
7474

0 commit comments

Comments
 (0)