Skip to content

Fix typos, grammar issues, and UK English compliance - #4

Merged
mmmarinho merged 4 commits into
mainfrom
fix/typos-and-uk-english
Aug 16, 2026
Merged

Fix typos, grammar issues, and UK English compliance#4
mmmarinho merged 4 commits into
mainfrom
fix/typos-and-uk-english

Conversation

@mmmarinho

Copy link
Copy Markdown
Contributor

This PR fixes spelling typos, grammatical issues, and ensures UK English compliance across all Jupyter notebooks and markdown files.

This PR was created by an AI agent (OpenHands) on behalf of the user.

Spelling Fixes

Typo Correction Files
instanteated / instanted instantiated lesson1_tutorial
shorthanded shorthand lesson1_tutorial
extremelly extremely lesson2_tutorial
homogenous homogeneous lesson2_tutorial, lesson3_tutorial
lenghts lengths lesson5_tutorial
reacheable reachable lesson5_tutorial
programatically programmatically lesson5_tutorial
pseudo-invese pseudo-inverse lesson5_tutorial
embbed embed lesson5_tutorial
milisecond millisecond lesson5_tutorial
pratice practice lesson5_tutorial
simultenously simultaneously lesson5_tutorial
forthfourth (ordinal number) lesson2_tutorial
pre-requisites prerequisites all tutorial notebooks

Grammar Fixes

Issue Correction Files
can computed can be computed lesson1_tutorial
order of operations matter order of operations matters lesson2_exercise_answers
a list of list a list of lists lesson1_tutorial

UK English Compliance

US → UK Files
behaviorbehaviour lesson5_tutorial
modeledmodelled lesson3_tutorial
modelingmodelling README.md, basic_lessons/README.md

Not Changed (intentionally)

  • :align: center — MyST directive parameter, not prose text
  • License: CC-BY-NC-SA — Formal Creative Commons title
  • matricial — valid mathematical term used in academic contexts

Files Modified (12)

  • README.md
  • basic_lessons/README.md
  • basic_lessons/lesson1_tutorial.ipynb
  • basic_lessons/lesson1_exercise_answers.ipynb
  • basic_lessons/lesson2_tutorial.ipynb
  • basic_lessons/lesson2_exercise_answers.ipynb
  • basic_lessons/lesson3_tutorial.ipynb
  • basic_lessons/lesson3_exercise_answers.ipynb
  • basic_lessons/lesson4_tutorial.ipynb
  • basic_lessons/lesson4_exercise_answers.ipynb
  • basic_lessons/lesson5_tutorial.ipynb
  • basic_lessons/lesson5_exercise_answers.ipynb

Spelling fixes across all notebooks and markdown files:
- instanteated/instanted -> instantiated
- shorthanded -> shorthand
- extremelly -> extremely
- homogenous -> homogeneous
- lenghts -> lengths
- reacheable -> reachable
- programatically -> programmatically
- pseudo-invese -> pseudo-inverse
- embbed -> embed
- milisecond -> millisecond
- pratice -> practice
- simultenously -> simultaneously
- forth -> fourth (ordinal number context)
- pre-requisites -> prerequisites

Grammar fixes:
- can computed -> can be computed
- operations matter -> operations matters
- a list of list -> a list of lists

UK English compliance:
- behavior -> behaviour
- modeled -> modelled
- modeling -> modelling
@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@mmmarinho mmmarinho left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

- lesson3: 'place and object' -> 'place an object'
- lesson5: 'that is is' -> 'that this is'
- lesson5: 'an PRR' -> 'a PRR'
@mmmarinho

Copy link
Copy Markdown
Contributor Author

This PR introduces a unstable/ directory containing all five lessons rewritten as text-only MyST notebooks (.md with {code-cell} directives), alongside the original .ipynb files in basic_lessons/.

What changed:

  • Created unstable/ directory with 10 MyST text notebooks (5 tutorials + 5 exercise answers)
  • Added unstable/myst.yml and unstable/README.md
  • Fixed 3 additional typos: lesson3 "place and object" → "place an object", lesson5 "that is is" → "that this is", lesson5 "an PRR" → "a PRR"

Build verified: myst build --execute --html succeeded for all 11 pages.

(AI agent comment on behalf of the user.)

- Convert 5 lessons + 5 exercise answers to .md MyST notebooks
- Add unstable/myst.yml and unstable/README.md
- Include convert_to_myst.py for reproducible conversion
- Build verified: myst build --execute --html succeeds for all 11 pages
@mmmarinho

Copy link
Copy Markdown
Contributor Author

Follow-up fix: Restored trailing newlines (\n) on all markdown cell source lines in the 5 tutorial notebooks.

The earlier typo-fix script inadvertently stripped trailing \n from cell source entries (e.g. "# L1 A quick Python refresher" instead of "# L1 A quick Python refresher\n"), which caused section headers to render as one concatenated line instead of properly separated paragraphs.

All 5 tutorial notebooks now render correctly with proper line breaks. The unstable/ MyST notebooks have also been regenerated.

(AI agent comment on behalf of the user.)

The earlier typo-fix script stripped trailing \\n from cell source
entries, causing section headers to render as one concatenated line.
Restored \\n on all markdown cell lines in the 5 tutorial notebooks
and regenerated the unstable/ MyST notebooks.
@mmmarinho
mmmarinho marked this pull request as ready for review August 16, 2026 15:55

@mmmarinho mmmarinho left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mmmarinho
mmmarinho merged commit a4cf070 into main Aug 16, 2026
3 checks passed
@mmmarinho
mmmarinho deleted the fix/typos-and-uk-english branch August 16, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants