Skip to content

Commit 3d3cd8f

Browse files
committed
Remove returns output
1 parent ecf811d commit 3d3cd8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/doc/en/developer/coding_in_python.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,9 @@ Note that the syntax in ``except`` is to list all the exceptions that
474474
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
477-
:ref:`the docstring <section-docstring-function>` and returns output. If the
478-
input cannot be handled by the code, then it may raise an exception. The
479-
following aims to guide you in choosing from the most relevant exceptions to
480-
Sage. Raise
477+
: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
479+
guide you in choosing from the most relevant exceptions to Sage. Raise
481480

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

0 commit comments

Comments
 (0)