From: Thomas Heller Date: Thu, 16 Oct 2003 19:40:48 +0000 (+0000) Subject: Typo found by Lokasz Pankowski: X-Git-Tag: v2.4a1~1424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41e2809febd6e09a34adf21beb6d2ae2360fdc46;p=python Typo found by Lokasz Pankowski: dir_created -> directory_created --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 17db70bca9..79471cc308 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1461,7 +1461,7 @@ Some functions especially useful in this context are available in the installation script. \begin{verbatim} -dir_created(pathname) +directory_created(pathname) file_created(pathname) \end{verbatim}