Skip to content

Commit e546f92

Browse files
committed
Fix are to is
1 parent 22a8d2c commit e546f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/developer/coding_in_python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ A method or a function accepts input described in the ``INPUT`` block of
478478
handled by the code, then it may raise an exception. The following aims to
479479
guide you in choosing from the most relevant exceptions to Sage. Raise
480480

481-
- :class:`TypeError`: if the input belongs to a class of objects that are not
481+
- :class:`TypeError`: if the input belongs to a class of objects that is not
482482
supported by the method. For example, a method works only with monic
483483
polynomials over a finite field, but a polynomial over rationals was given.
484484

0 commit comments

Comments
 (0)