Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35606cf

Browse filesBrowse files
committed
update wording
1 parent a78058e commit 35606cf
Copy full SHA for 35606cf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lectures/python_by_example.md‎

Copy file name to clipboardExpand all lines: lectures/python_by_example.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.