]> granicus.if.org Git - python/commitdiff
Fixed a minor typo.
authorBarry Warsaw <barry@python.org>
Fri, 28 Sep 2001 17:01:02 +0000 (17:01 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 28 Sep 2001 17:01:02 +0000 (17:01 +0000)
Misc/NEWS

index 1d0e12c30fefe0ee2d9c2bfa2bbec5511c25f7fa..b301fa1e912f3fc426ad61741de1475d9a767376 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,7 +117,7 @@ Library
 - SimpleXMLRPCServer: a new module (based upon SimpleHTMLServer)
   simplifies writing XML RPC servers.
 
-- os.path.realpath(): a new function that returns the absoute pathname
+- os.path.realpath(): a new function that returns the absolute pathname
   after interpretation of symbolic links.  On non-Unix systems, this
   is an alias for os.path.abspath().