Skip to content

Commit 35606cf

Browse files
committed
update wording
1 parent a78058e commit 35606cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/python_by_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ If you can, add a legend, to help distinguish between the three time series.
525525
:class: dropdown
526526
527527
* If you call the `plot()` function multiple times before calling `show()`, all of the lines you produce will end up on the same figure.
528-
* For the legend, noted that if `var = 42`, the expression `f'foo{var}'` evaluates to `'foo42'`.
528+
* For the legend, noted that suppose `var = 42`, the expression `f'foo{var}'` evaluates to `'foo42'`.
529529
```
530530

531531
```{exercise-end}

0 commit comments

Comments
 (0)