summaryrefslogtreecommitdiffstats
path: root/Doc/dist
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2002-11-15 19:20:56 (GMT)
committerThomas Heller <theller@ctypes.org>2002-11-15 19:20:56 (GMT)
commit36343f63fe17581923430ecc565cb233c77bb3cc (patch)
tree750651e3710c73497605ce2203bdf48837b06248 /Doc/dist
parenta1d004af0426c009b631ba8e50d65c5c167c6583 (diff)
downloadcpython-36343f63fe17581923430ecc565cb233c77bb3cc.zip
cpython-36343f63fe17581923430ecc565cb233c77bb3cc.tar.gz
cpython-36343f63fe17581923430ecc565cb233c77bb3cc.tar.bz2
Correct typo: the option is 'formats' not 'format'.
Diffstat (limited to 'Doc/dist')
-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 83e49da..22d60e4 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -1278,7 +1278,7 @@ Windows installers is usually as easy as running:
python setup.py bdist_wininst
\end{verbatim}
-or the \command{bdist} command with the \longprogramopt{format} option:
+or the \command{bdist} command with the \longprogramopt{formats} option:
\begin{verbatim}
python setup.py bdist --formats=wininst