From 9f02d5b89520132b785514e0ad089f1445d29a94 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 8 Jul 2002 14:46:49 +0000 Subject: [PATCH] Fix typo. Closes SF bug #578420. --- Doc/dist/dist.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3