Commit fdfa7f05 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix docstring typo; remove 'created' line

parent fb4cdac4
......@@ -5,11 +5,9 @@ modules may raise standard exceptions; in particular, SystemExit is
usually raised for errors that are obviously the end-user's fault
(eg. bad command-line arguments).
This module safe to use in "from ... import *" mode; it only exports
This module is safe to use in "from ... import *" mode; it only exports
symbols whose names start with "Distutils" and end with "Error"."""
# created 1999/03/03, Greg Ward
__revision__ = "$Id$"
class DistutilsError (Exception):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment