RunestoneInteractive / rs

A New Monorepo structure for Runestone
Other
40 stars 68 forks source link

grammatical error #187

Open irunestone opened 6 years ago

irunestone commented 6 years ago

Error reported in course thinkcspy on page WithStatements by user ivanmarkchang ivanmarkchang@gmail.com The following paragraph contains a period in the wrong place; the two clauses should be separated by a comma instead.

In version 2.5 Python introduced the concept of a context manager. The context manager automates the process of doing common operations at the start of some task, as well as automating certain operations at the end of some task. In the context of reading and writing a file. The normal operation is to open the file and assign it to a variable. At the end of working with a file the common operation is to make sure that file is closed.

schweinsbergs commented 3 years ago

Not where or when this was fixed, but I went to go check it out and it appears to be fixed:
image

edit: Link for ease of access

UlisesH09 commented 11 months ago

I'll work on this issue!

bnmnetp commented 11 months ago

@UlisesH09 - this has already been fixed.