RunestoneComponents icon indicating copy to clipboard operation
RunestoneComponents copied to clipboard

grammatical error

Open irunestone opened this issue 7 years ago • 1 comments

Error reported in course thinkcspy on page WithStatements by user ivanmarkchang [email protected] 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.

irunestone avatar Feb 19 '18 02:02 irunestone

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

schweinsbergs avatar Sep 09 '21 21:09 schweinsbergs