Skip to content

Commit e9aafa3

Browse files
committed
A minor edit
1 parent e0f2f60 commit e9aafa3

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 @@ exception most suitable for an errorneous situation. This is often a tricky
478478
business. The following aims to guide you in choosing from the most relevant
479479
exceptions to Sage developers. A method (or a function) accepts input described
480480
in the ``INPUT`` block of :ref:`the docstring <section-docstring-function>` and
481-
returns output. You may raise one of
481+
returns output. You may raise
482482

483483
- `TypeError <https://docs.python.org/3/library/exceptions.html#TypeError>`_:
484484
if the input belongs to a class of objects that are not supported by the

0 commit comments

Comments
 (0)