]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorFred Drake <fdrake@acm.org>
Mon, 8 Jul 2002 14:46:49 +0000 (14:46 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 8 Jul 2002 14:46:49 +0000 (14:46 +0000)
Closes SF bug #578420.

Doc/dist/dist.tex

index b06d88a7c9cfc5142f3df23ad16b21b6b1fbf945..33fa225a7d0249e7574243f732789272bf631dff 100644 (file)
@@ -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.