Skip to content

Commit 9d99859

Browse files
authored
de-reindent
1 parent c7d2761 commit 9d99859

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/exceptions.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)