Skip to content

Commit b884aa3

Browse files
committed
A tiny edit
1 parent 8757d0d commit b884aa3

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
@@ -477,7 +477,7 @@ A method or a function accepts input described in the ``INPUT`` block of
477477
:ref:`the docstring <section-docstring-function>` and returns output. If the
478478
input cannot be handled by the code, then it may raise an exception. The
479479
following aims to guide you in choosing from the most relevant exceptions to
480-
Sage:
480+
Sage. Raise
481481

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

0 commit comments

Comments
 (0)