summaryrefslogtreecommitdiffstats
path: root/Doc/dist/dist.tex
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-06-18 06:55:28 (GMT)
committerThomas Heller <theller@ctypes.org>2004-06-18 06:55:28 (GMT)
commit949f66141b36377887924295d7b82498c1007db0 (patch)
tree36b8b380459976824e68e1b9aebd338521af3855 /Doc/dist/dist.tex
parent56f6a4f225140e98bc3333cdf913c5043ff97538 (diff)
downloadcpython-949f66141b36377887924295d7b82498c1007db0.zip
cpython-949f66141b36377887924295d7b82498c1007db0.tar.gz
cpython-949f66141b36377887924295d7b82498c1007db0.tar.bz2
Fix typo - the module is named distutils.util.
Diffstat (limited to 'Doc/dist/dist.tex')
-rw-r--r--Doc/dist/dist.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index 6ba318c..daf1a5c 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -2879,7 +2879,7 @@ Create a file called \var{filename} and write \var{contents} (a
sequence of strings without line terminators) to it.
\end{funcdesc}
-\section{\module{distutils.utils} --- Miscellaneous other utility functions}
+\section{\module{distutils.util} --- Miscellaneous other utility functions}
\declaremodule{standard}{distutils.util}
\modulesynopsis{Miscellaneous other utility functions}