Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: minor typographic error #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/module-2/part-1/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ from a stream of data that the remote machine sends.
<text-box variant=emph name="Coding horror: they're asking me to do Python?!!">

From now on, the materials will include programming examples as well as
programming assignments in Python. Python has decent libraries and syntax has a gentle
programming assignments in Python. Python has decent libraries, syntax, and a gentle
learning curve. The language is not without its [issues](https://wiki.theory.org/index.php/YourLanguageSucks)
but it very suitable for this course.
but it is very suitable for this course.

The previous iterations of this course were based on Java, Spring framework, and Thymeleaf.
It is recommended to look into this frameworks as well as knowing more than a single
Expand Down