diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-04-23 17:13:03 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-04-23 17:13:03 (GMT) |
commit | b3ca303a4e9549f955c76f4783b49cb9ca9115a6 (patch) | |
tree | 6f6e7e31f66b2c6e09497dcee6f6807b8fc469e7 /Lib/distutils | |
parent | c42402fa1987541c241d4ab78d8672f6cc555cf5 (diff) | |
download | cpython-b3ca303a4e9549f955c76f4783b49cb9ca9115a6.zip cpython-b3ca303a4e9549f955c76f4783b49cb9ca9115a6.tar.gz cpython-b3ca303a4e9549f955c76f4783b49cb9ca9115a6.tar.bz2 |
Fix typo in docstring
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 16d387a..27e79a5 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 |