File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -568,11 +568,11 @@ The following exceptions are the exceptions that are usually raised.
568568
569569 If you're confident that this exception wasn't your fault, or the fault of
570570 a package you're using, you should report this to the author or maintainer
571- of your Python interpreter. Be sure to report the version of the Python
572- interpreter (``sys.version ``; it is also printed at the start of an
573- interactive Python session), the exact error message (the exception's
574- associated value) and if possible the source of the program that triggered
575- the error.
571+ of your Python interpreter.
572+ Be sure to report the version of the Python interpreter (``sys.version ``; it is
573+ also printed at the start of an interactive Python session), the exact error
574+ message (the exception's associated value) and if possible the source of the
575+ program that triggered the error.
576576
577577
578578.. exception :: SystemExit
You can’t perform that action at this time.
0 commit comments