Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85c69d5

Browse files
gvanrossumterryjreedy
authored andcommitted
Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284)
1 parent 410b85a commit 85c69d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
When saving a file, call os.flush() so bits are flushed to e.g. USB drive.
1+
When saving a file, call os.fsync() so bits are flushed to e.g. USB drive.

0 commit comments

Comments
 (0)