Kaydet (Commit) 39d4a023 authored tarafından Fred Drake's avatar Fred Drake

Fixed typo in explanation of abspath(); noticed by Paul Prescod

<paul@prescod.net>.
üst 14bb71d5
......@@ -11,7 +11,7 @@ This module implements some useful functions on pathnames.
\begin{funcdesc}{abspath}{path}
Return a normalized absolutized version of the pathname \var{path}.
On most platforms, this is equivalent to
\code{normpath(join(os.getcwd()), \var{path})}.
\code{normpath(join(os.getcwd(), \var{path}))}.
\versionadded{1.5.2}
\end{funcdesc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment