mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix docstring typo; remove 'created' line
This commit is contained in:
parent
1cace1a30a
commit
f6756e8dd4
1 changed files with 1 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue