commit | 647d5e8f4a86674006d649747edb3ad88d5b6540 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Sep 28 17:01:02 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Sep 28 17:01:02 2001 +0000 |
tree | d7d8772311974087c41e107885e7aa73171cd490 | |
parent | 3c10c68c0e5136772518809cf7d75a5263600146 [diff] [blame] |
Fixed a minor typo.
diff --git a/Misc/NEWS b/Misc/NEWS index 1d0e12c..b301fa1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -117,7 +117,7 @@ - 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().