Skip to content

Commit 29e51d1

Browse files
Fix Celsius spelling in regression lecture (#750)
Corrects the spelling of Celsius in the x-axis label. Co-authored-by: John Stachurski <john.stachurski@gmail.com>
1 parent 0a38c5a commit 29e51d1

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)