Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace broken example code with correct simpler code. (pythonGH-25162)
The open() was missing 'w' to indicate it was in a write-mode. Even then, the open().close() operation was distracting because it is an unusual way to "touch" as file. Using os.remove() instead is simpler and less distracting.
- Loading branch information