MRU-COMP1701-dev / fopp-functions-first

Foundations of Python Programming: Functions First
GNU Free Documentation License v1.3
0 stars 3 forks source link

Recommended Grammar Corrections for Section 4.2 (Function Definition) #41

Open CodeIsBrokeYo opened 2 months ago

CodeIsBrokeYo commented 2 months ago

The following paragraphs could be made clearer with the accompanying bolded or bracketed corrections:

Paragraph 3: "Be sure to check out the text’s later section [removed "\"] on "Type Annotations" for more explanation on these ideas."

Paragraph 5: "Later we will see conditionals,if, elif, and else statements, and iterations [corrected from "interations"], for and while statements, that have the same structure [corrected from "strucure"] where each has an indented block of code."