summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1d0e12c30f..b301fa1e91 100644
--- 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().