Skip to content

Commit 4c17ea3

Browse files
Fixed Typo
Co-authored-by: DaveWitteMorris <[email protected]>
1 parent 34313ac commit 4c17ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/arith/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3720,7 +3720,7 @@ def CRT_vectors(X, moduli):
37203720
r"""
37213721
Vector form of the Chinese Remainder Theorem: given a list of integer
37223722
vectors `v_i` and a list of moduli `m_i`, find a vector `w` such
3723-
that `w = v_i \pmod m_i` for all `i`.
3723+
that `w = v_i \pmod{m_i}` for all `i`.
37243724
37253725
This is more efficient than applying :func:`CRT` to each entry.
37263726

0 commit comments

Comments
 (0)