Skip to content

Commit d69d735

Browse files
committed
Revert "change typo"
This reverts commit cecfe5d.
1 parent cecfe5d commit d69d735

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
@@ -283,7 +283,7 @@ print(plt.style.available)
283283

284284
We can now use the `plt.style.use()` method to set the style sheet.
285285

286-
Let's write a function that takes the name of a style sheet and draws different plots with the same style
286+
Let's write a function that takes the name of a style sheet and draws different plots with the style
287287

288288
```{code-cell} python3
289289

0 commit comments

Comments
 (0)