We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a38c5a commit 29e51d1Copy full SHA for 29e51d1
1 file changed
lectures/simple_linear_regression.md
@@ -68,7 +68,7 @@ ax = df.plot(
68
y='Y',
69
kind='scatter',
70
ylabel='Ice-cream sales ($\'s)',
71
- xlabel='Degrees celcius'
+ xlabel='Degrees Celsius'
72
)
73
```
74
0 commit comments