diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-16 21:25:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-16 21:25:24 (GMT) |
commit | 457c4190f94f4857dbdd081344cd2b48456eac99 (patch) | |
tree | 86a1b1eb2466ff21fdb781bc5aa2bd8342b7fc14 /Doc/dist | |
parent | 739282da83408783f1379e22fdedbf6d7495dcc2 (diff) | |
download | cpython-457c4190f94f4857dbdd081344cd2b48456eac99.zip cpython-457c4190f94f4857dbdd081344cd2b48456eac99.tar.gz cpython-457c4190f94f4857dbdd081344cd2b48456eac99.tar.bz2 |
Fix typo reported by Joonas Paalasmaa: dada-->data
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 60fd840..3dfdf7d 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1239,7 +1239,7 @@ extending the Distutils.) Executable Windows installers are the natural format for binary distributions on Windows. They display a nice graphical user interface, display some information of the module distribution to be installed, taken -from the meta-dada in the setup script, let the user select a few +from the meta-data in the setup script, let the user select a few (currently maybe too few) options, and start or cancel the installation. Since the meta-data is taken from the setup script, creating |