Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284)
This commit is contained in:
parent
410b85a7f7
commit
85c69d5c4c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue