File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ are caught as a tuple, followed by an error message.
475
475
476
476
A method or a function accepts input described in the ``INPUT `` block of
477
477
:ref: `the docstring <section-docstring-function >`. If the input cannot be
478
- handled by the code, then it may raise an exception. The following aims to
478
+ handled by the code, then it may raise an exception. The following aims to
479
479
guide you in choosing from the most relevant exceptions to Sage. Raise
480
480
481
481
- :class: `TypeError `: if the input belongs to a class of objects that are not
@@ -498,7 +498,7 @@ guide you in choosing from the most relevant exceptions to Sage. Raise
498
498
:class: `RuntimeError `.
499
499
500
500
If no specific error seems to apply for your situation, :class: `RuntimeError `
501
- can be used. In all cases, the string associated with the exception should
501
+ can be used. In all cases, the string associated with the exception should
502
502
describe the details of what went wrong.
503
503
504
504
You can’t perform that action at this time.
0 commit comments