commit | 5a9aa4f31ce54a0dee6549480c13e3a2c117933e | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Oct 03 21:58:55 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Oct 03 21:58:55 2006 +0000 |
tree | 8c2fa866e60209f366cad9bda1b6436a1be84ad7 | |
parent | 2c050af28b6e4f718f11f2440df85daeb1bc3ece [diff] |
Fix minor typo in a comment.
diff --git a/Python/import.c b/Python/import.c index a04654e..a90729a 100644 --- a/Python/import.c +++ b/Python/import.c
@@ -1801,7 +1801,7 @@ /* Initialize a built-in module. - Return 1 for succes, 0 if the module is not found, and -1 with + Return 1 for success, 0 if the module is not found, and -1 with an exception set if the initialization failed. */ static int