We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8757d0d commit b884aa3Copy full SHA for b884aa3
src/doc/en/developer/coding_in_python.rst
@@ -477,7 +477,7 @@ 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:
+Sage. Raise
481
482
- `TypeError <https://docs.python.org/3/library/exceptions.html#TypeError>`_:
483
if the input belongs to a class of objects that are not supported by the
0 commit comments