Commit 85c69d5c authored by Guido van Rossum's avatar Guido van Rossum Committed by Terry Jan Reedy

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

parent 410b85a7
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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment