Fixed a minor typo.

This commit is contained in:
Barry Warsaw 2001-09-28 17:01:02 +00:00
parent 3c10c68c0e
commit 647d5e8f4a
1 changed files with 1 additions and 1 deletions

View File

@ -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().