This commit is contained in:
David Beazley
2020-05-28 11:25:14 -05:00
parent 7a1cccb847
commit cc157243fa
7 changed files with 131 additions and 114 deletions

View File

@@ -66,7 +66,7 @@ with open(filename, 'rt') as file:
# Process the line
```
### Common Idioms for Write to a File
### Common Idioms for Writing to a File
Write string data.