diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2017-11-05 07:37:50 -0600 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-05 15:37:50 +0200 |
| commit | a5293b4ff2c1b5446947b4986f98ecf5d52432d4 (patch) | |
| tree | be2f5e686be63814c02eabc61a899631ec7a08ac /Misc/NEWS.d/3.5.2rc1.rst | |
| parent | cf296537f164abeacd83011239881f75f290ed31 (diff) | |
| download | cpython-git-a5293b4ff2c1b5446947b4986f98ecf5d52432d4.tar.gz | |
Fix miscellaneous typos (#4275)
Diffstat (limited to 'Misc/NEWS.d/3.5.2rc1.rst')
| -rw-r--r-- | Misc/NEWS.d/3.5.2rc1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.5.2rc1.rst b/Misc/NEWS.d/3.5.2rc1.rst index 590fdba866..c33dcb2309 100644 --- a/Misc/NEWS.d/3.5.2rc1.rst +++ b/Misc/NEWS.d/3.5.2rc1.rst @@ -2006,7 +2006,7 @@ Adds validation of ucrtbase[d].dll version with warning for old versions. .. nonce: 102DA- .. section: Build -Avoid error about nonexistant fileblocks.o file by using a lower-level check +Avoid error about nonexistent fileblocks.o file by using a lower-level check for st_blocks in struct stat. .. |
