mirror of https://github.com/python/cpython
Fixed a minor typo.
This commit is contained in:
parent
3c10c68c0e
commit
647d5e8f4a
|
@ -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().
|
||||
|
||||
|
|
Loading…
Reference in New Issue