]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in docstring
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 23 Apr 2001 17:13:03 +0000 (17:13 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 23 Apr 2001 17:13:03 +0000 (17:13 +0000)
Lib/distutils/__init__.py

index 16d387a46a525c715961e6fae5f37d772b37d439..27e79a54accf185d832a747662bb1a6c14450ece 100644 (file)
@@ -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