Skip to content

Commit

Permalink
Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum authored and terryjreedy committed May 13, 2019
1 parent 410b85a commit 85c69d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 85c69d5

Please sign in to comment.