Skip to content

Commit 786d6a4

Browse files
author
Matthias Koeppe
committed
src/sage/matrix/special.py: Restore a lost '# random'
1 parent cea7d8d commit 786d6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/special.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,7 @@ def random_rref_matrix(parent, num_pivots):
24502450
24512451
Matrices can be generated over other exact rings. ::
24522452
2453-
sage: B = random_matrix(FiniteField(7), 4, 4,
2453+
sage: B = random_matrix(FiniteField(7), 4, 4, # random
24542454
....: algorithm='echelon_form', num_pivots=3); B
24552455
[1 0 0 0]
24562456
[0 1 0 6]

0 commit comments

Comments
 (0)