Skip to content

Commit ecf811d

Browse files
kwankyugrhkm21
andauthored
Fix wrong link
Co-authored-by: grhkm21 <[email protected]>
1 parent b884aa3 commit ecf811d

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
@@ -494,7 +494,7 @@ Sage. Raise
494494
like) but the input is not appropriate.
495495

496496
- `ZeroDivisionError
497-
<https://docs.python.org/3/library/exceptions.html#TypeError>`_: if the
497+
<https://docs.python.org/3/library/exceptions.html#ZeroDivisionError>`_: if the
498498
method performs division but the input is zero. Note that for non-invertible
499499
input values, ``ArithmeticError`` is more appropriate.
500500

0 commit comments

Comments
 (0)