From: Fred Drake Date: Mon, 8 Jul 2002 14:46:49 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.2.2b1~280 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f02d5b89520132b785514e0ad089f1445d29a94;p=thirdparty%2FPython%2Fcpython.git Fix typo. Closes SF bug #578420. --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index b06d88a7c9cf..33fa225a7d02 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1272,7 +1272,7 @@ version independent and have a name like \file{Foo-1.0.win32.exe}. These installers can even be created on \UNIX{} or MacOS platforms. If you have a non-pure distribution, the extensions can only be -created on a Windows platform, and will be Python version dependend. +created on a Windows platform, and will be Python version dependent. The installer filename will reflect this and now has the form \file{Foo-1.0.win32-py2.0.exe}. You have to create a separate installer for every Python version you want to support.