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 22a8d2c commit e546f92Copy full SHA for e546f92
src/doc/en/developer/coding_in_python.rst
@@ -478,7 +478,7 @@ A method or a function accepts input described in the ``INPUT`` block of
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
480
481
-- :class:`TypeError`: if the input belongs to a class of objects that are not
+- :class:`TypeError`: if the input belongs to a class of objects that is not
482
supported by the method. For example, a method works only with monic
483
polynomials over a finite field, but a polynomial over rationals was given.
484
0 commit comments