mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
ooops, fix error message in execusercustomize()
Copy/paste failure :-)
This commit is contained in:
parent
6664426d7c
commit
3ec32005e8
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ def execusercustomize():
|
|||
sys.excepthook(*sys.exc_info())
|
||||
else:
|
||||
print>>sys.stderr, \
|
||||
"'import sitecustomize' failed; use -v for traceback"
|
||||
"'import usercustomize' failed; use -v for traceback"
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue