diff options
-rw-r--r-- | Doc/lib/libposixpath.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 50ea3bb..7ab3713 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -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} |