diff options
| author | Thomas Heller <theller@ctypes.org> | 2002-11-15 19:20:56 (GMT) |
|---|---|---|
| committer | Thomas Heller <theller@ctypes.org> | 2002-11-15 19:20:56 (GMT) |
| commit | 36343f63fe17581923430ecc565cb233c77bb3cc (patch) | |
| tree | 750651e3710c73497605ce2203bdf48837b06248 | |
| parent | a1d004af0426c009b631ba8e50d65c5c167c6583 (diff) | |
| download | cpython-36343f63fe17581923430ecc565cb233c77bb3cc.zip cpython-36343f63fe17581923430ecc565cb233c77bb3cc.tar.gz cpython-36343f63fe17581923430ecc565cb233c77bb3cc.tar.bz2 | |
Correct typo: the option is 'formats' not 'format'.
| -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 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 |
