Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user_guide_src/source/general/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Using Exceptions

This section is a quick overview for newer programmers, or for developers who are not experienced with using exceptions.

What is Exceptions
What are Exceptions
------------------
Comment on lines +22 to 23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
What are Exceptions
------------------
What are Exceptions
-------------------

Apply to pass the test.


Exceptions are simply events that happen when the exception is "thrown". This halts the current flow of the script, and
Expand Down