Skip to content

Commit 00ffc22

Browse files
committed
Another minor edit
1 parent f959a69 commit 00ffc22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/en/developer/coding_in_python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ are caught as a tuple, followed by an error message.
475475

476476
A method or a function accepts input described in the ``INPUT`` block of
477477
:ref:`the docstring <section-docstring-function>`. If the input cannot be
478-
handled by the code, then it may raise an exception. The following aims to
478+
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
@@ -498,7 +498,7 @@ guide you in choosing from the most relevant exceptions to Sage. Raise
498498
:class:`RuntimeError`.
499499

500500
If no specific error seems to apply for your situation, :class:`RuntimeError`
501-
can be used. In all cases, the string associated with the exception should
501+
can be used. In all cases, the string associated with the exception should
502502
describe the details of what went wrong.
503503

504504

0 commit comments

Comments
 (0)