File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -474,10 +474,9 @@ Note that the syntax in ``except`` is to list all the exceptions that
474
474
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
- :ref: `the docstring <section-docstring-function >` and returns output. If the
478
- input cannot be handled by the code, then it may raise an exception. The
479
- following aims to guide you in choosing from the most relevant exceptions to
480
- Sage. Raise
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
479
+ guide you in choosing from the most relevant exceptions to Sage. Raise
481
480
482
481
- `TypeError <https://docs.python.org/3/library/exceptions.html#TypeError >`_:
483
482
if the input belongs to a class of objects that are not supported by the
You can’t perform that action at this time.
0 commit comments