Commit bed9f09
FIX: correct while-loop semantics and an its/it's typo
Two pre-existing prose defects on lines this PR already touches, both raised
in Copilot's review of #604 and listed as out-of-scope candidates in the PR
description.
* python_by_example.md: a while loop runs *as long as* its condition holds,
not "until the condition is satisfied", which said the loop starts when the
condition is false and stops when it becomes true. The next sentence already
described the behaviour correctly, so the two contradicted each other.
* functions.md: "each successive call uses it's own frame" -> "its".
Prose only; no code cells change.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent ab5df41 commit bed9f09
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments