From 647d5e8f4a86674006d649747edb3ad88d5b6540 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 28 Sep 2001 17:01:02 +0000 Subject: Fixed a minor typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 1d0e12c..b301fa1 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(). -- cgit v0.12