diff options
author | Thomas Heller <theller@ctypes.org> | 2003-10-16 19:40:48 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2003-10-16 19:40:48 (GMT) |
commit | 41e2809febd6e09a34adf21beb6d2ae2360fdc46 (patch) | |
tree | 617c5e38450da74e557da4ac903ed8f3259218e5 /Doc/dist | |
parent | ae4a299a0d457724cf1871dc8b30b6c01c58643c (diff) | |
download | cpython-41e2809febd6e09a34adf21beb6d2ae2360fdc46.zip cpython-41e2809febd6e09a34adf21beb6d2ae2360fdc46.tar.gz cpython-41e2809febd6e09a34adf21beb6d2ae2360fdc46.tar.bz2 |
Typo found by Lokasz Pankowski:
dir_created -> directory_created
Diffstat (limited to 'Doc/dist')
-rw-r--r-- | Doc/dist/dist.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 17db70b..79471cc 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} |