summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-22 15:38:58 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-22 15:38:58 (GMT)
commit0df2188d0849d79924825e9e3f763a8571dbfdc0 (patch)
tree1ab8882e039c58aa45b46795f59d2af0aaef0929 /Misc
parent974e32d910c259c0d97e96897d27b69388ac8577 (diff)
downloadcpython-0df2188d0849d79924825e9e3f763a8571dbfdc0.zip
cpython-0df2188d0849d79924825e9e3f763a8571dbfdc0.tar.gz
cpython-0df2188d0849d79924825e9e3f763a8571dbfdc0.tar.bz2
Typo: "apparentlt" --> "apparently"
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 0a122a4..392e055 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,7 +50,7 @@ clearer error message is produced. This should avoid most
installation problems with Tkinter use (e.g. in IDLE).
- The -i option doesn't make any calls to set[v]buf() for stdin --
-this apparentlt screwed up _kbhit() and the _tkinter main loop.
+this apparently screwed up _kbhit() and the _tkinter main loop.
- The ntpath module (and hence, os.path on Windows) now parses out UNC
paths (e.g. \\host\mountpoint\dir\file) as "drive letters", so that