mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284)
This commit is contained in:
parent
410b85a7f7
commit
85c69d5c4c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue