In section about file handling, specifically in section 6.3 (https://runestone.academy/ns/books/published/cpp4python/Input_and_Output/InputandOutput.html) in the second picture : `out_stream` is pointing to `myFile` instead of `anotherFile`. The text by the picture is correct though.