Skip to content

Commit c0820e6

Browse files
committed
Apply more suggested changes
1 parent c10623f commit c0820e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/arith/misc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3504,8 +3504,8 @@ def CRT_list(values, moduli=None):
35043504
``values`` modulo the corresponding moduli.
35053505
35063506
This function can also be called with one argument, each element
3507-
of the list is a :class:`IntegerMod_abstract` object. In this case, it returns
3508-
another :class:`IntegerMod_abstract` object.
3507+
of the list is a :mod:`modular integer <sage.rings.finite_rings.integer_mod>`.
3508+
In this case, it returns another modular integer.
35093509
35103510
.. SEEALSO::
35113511

0 commit comments

Comments
 (0)