We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b884aa3 commit ecf811dCopy full SHA for ecf811d
src/doc/en/developer/coding_in_python.rst
@@ -494,7 +494,7 @@ Sage. Raise
494
like) but the input is not appropriate.
495
496
- `ZeroDivisionError
497
- <https://docs.python.org/3/library/exceptions.html#TypeError>`_: if the
+ <https://docs.python.org/3/library/exceptions.html#ZeroDivisionError>`_: if the
498
method performs division but the input is zero. Note that for non-invertible
499
input values, ``ArithmeticError`` is more appropriate.
500
0 commit comments