Skip to content

Commit 22a8d2c

Browse files
committed
A tiny edit
1 parent 00ffc22 commit 22a8d2c

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
@@ -479,7 +479,7 @@ 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

481481
- :class:`TypeError`: if the input belongs to a class of objects that are not
482-
supported by the method. For example, a method works only with monic
482+
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

485485
- :class:`ValueError`: if the input has a value not supported by the method.

0 commit comments

Comments
 (0)