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 e0f2f60 commit e9aafa3Copy full SHA for e9aafa3
src/doc/en/developer/coding_in_python.rst
@@ -478,7 +478,7 @@ exception most suitable for an errorneous situation. This is often a tricky
478
business. The following aims to guide you in choosing from the most relevant
479
exceptions to Sage developers. A method (or a function) accepts input described
480
in the ``INPUT`` block of :ref:`the docstring <section-docstring-function>` and
481
-returns output. You may raise one of
+returns output. You may raise
482
483
- `TypeError <https://docs.python.org/3/library/exceptions.html#TypeError>`_:
484
if the input belongs to a class of objects that are not supported by the
0 commit comments