From: Barry Warsaw Date: Fri, 28 Sep 2001 17:01:02 +0000 (+0000) Subject: Fixed a minor typo. X-Git-Tag: v2.2.1c1~1566 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=647d5e8f4a86674006d649747edb3ad88d5b6540;p=thirdparty%2FPython%2Fcpython.git Fixed a minor typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1d0e12c30fef..b301fa1e912f 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().