summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-09-28 17:01:02 (GMT)
committerBarry Warsaw <barry@python.org>2001-09-28 17:01:02 (GMT)
commit647d5e8f4a86674006d649747edb3ad88d5b6540 (patch)
treed7d8772311974087c41e107885e7aa73171cd490 /Misc/NEWS
parent3c10c68c0e5136772518809cf7d75a5263600146 (diff)
downloadcpython-647d5e8f4a86674006d649747edb3ad88d5b6540.zip
cpython-647d5e8f4a86674006d649747edb3ad88d5b6540.tar.gz
cpython-647d5e8f4a86674006d649747edb3ad88d5b6540.tar.bz2
Fixed a minor typo.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
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().