From 39d4a0237a921d93e879739042f1bcada1e92751 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 18 Oct 1999 14:10:06 +0000 Subject: [PATCH] Fixed typo in explanation of abspath(); noticed by Paul Prescod . --- Doc/lib/libposixpath.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 50ea3bb72f..7ab3713ba4 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} -- 2.49.0