summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2012-06-23 16:21:11 (GMT)
committerHynek Schlawack <hs@ox.cx>2012-06-23 16:21:11 (GMT)
commitfb8dac76328db47535ca121836aaf5553d2cddc1 (patch)
treeb40ea3c64f00b26c59ecd858c6ad7828c828146c /Misc
parent67be92bed4f3d5ce156bb46185525ee5062a562e (diff)
downloadcpython-fb8dac76328db47535ca121836aaf5553d2cddc1.zip
cpython-fb8dac76328db47535ca121836aaf5553d2cddc1.tar.gz
cpython-fb8dac76328db47535ca121836aaf5553d2cddc1.tar.bz2
Fix typo in Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 718b76e..35e8ede 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,7 +43,7 @@ Core and Builtins
Library
-------
-- Issue #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks.
+- Issue #4489: Add a shutil.rmtree that isn't susceptible to symlink attacks.
It is used automatically on platforms supporting the necessary os.openat()
and os.unlinkat() functions. Main code by Martin von Löwis.