]> granicus.if.org Git - python/commitdiff
Fixed typo in explanation of abspath(); noticed by Paul Prescod
authorFred Drake <fdrake@acm.org>
Mon, 18 Oct 1999 14:10:06 +0000 (14:10 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 18 Oct 1999 14:10:06 +0000 (14:10 +0000)
<paul@prescod.net>.

Doc/lib/libposixpath.tex

index 50ea3bb72fffd7c9e828a01a8e6920e4cd297a0e..7ab3713ba41f27134aaadcd534ba493b4de15401 100644 (file)
@@ -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}