From: Andrew M. Kuchling Date: Mon, 23 Apr 2001 17:13:03 +0000 (+0000) Subject: Fix typo in docstring X-Git-Tag: v2.2a3~1966 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3ca303a4e9549f955c76f4783b49cb9ca9115a6;p=thirdparty%2FPython%2Fcpython.git Fix typo in docstring --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 16d387a46a52..27e79a54accf 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -1,6 +1,6 @@ """distutils -The main package for the Python Module Distribtion Utilities. Normally +The main package for the Python Module Distribution Utilities. Normally used from a setup script as from distutils.core import setup