]> granicus.if.org Git - python/commitdiff
Typo: "apparentlt" --> "apparently"
authorFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 15:38:58 +0000 (15:38 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 15:38:58 +0000 (15:38 +0000)
Misc/NEWS

index 0a122a4c61d428b1fbadff13a72716f8a022db0a..392e05598d1079d94fdb70acb7bfa7c3c54bb740 100644 (file)
--- 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