diff options
author | Barry Warsaw <barry@python.org> | 2001-09-28 17:01:02 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-09-28 17:01:02 (GMT) |
commit | 647d5e8f4a86674006d649747edb3ad88d5b6540 (patch) | |
tree | d7d8772311974087c41e107885e7aa73171cd490 /Misc/NEWS | |
parent | 3c10c68c0e5136772518809cf7d75a5263600146 (diff) | |
download | cpython-647d5e8f4a86674006d649747edb3ad88d5b6540.zip cpython-647d5e8f4a86674006d649747edb3ad88d5b6540.tar.gz cpython-647d5e8f4a86674006d649747edb3ad88d5b6540.tar.bz2 |
Fixed a minor typo.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(). |