Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284)

This commit is contained in:
Guido van Rossum 2019-05-13 09:00:53 -07:00 committed by Terry Jan Reedy
parent 410b85a7f7
commit 85c69d5c4c
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
When saving a file, call os.flush() so bits are flushed to e.g. USB drive.
When saving a file, call os.fsync() so bits are flushed to e.g. USB drive.