Skip to content

Commit 9c7470f

Browse files
committed
fix typo
1 parent c549829 commit 9c7470f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/matplotlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ We can find a list of available style sheets by printing the attribute `plt.styl
280280
```{code-cell} python3
281281
print(plt.style.available)
282282
```
283-
We can also use the `plt.style.use()` method to set style sheet.
283+
We can also use the `plt.style.use()` method to set the style sheet.
284284

285285
Let's write a function that draws different types of graphs with a given style sheet
286286

0 commit comments

Comments
 (0)