RunestoneComponents
RunestoneComponents copied to clipboard
grammatical error
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.
Not where or when this was fixed, but I went to go check it out and it appears to be fixed:

edit: Link for ease of access