Skip to content

Commit 04ca5fa

Browse files
committed
src/sage/matrix/special.py: fix typo quadraric -> quadratic
1 parent 94fe540 commit 04ca5fa

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
@@ -3186,7 +3186,7 @@ def random_unitary_matrix(parent):
31863186
sage: U.is_unitary() and U in MS
31873187
True
31883188
3189-
Matrices over a quadraric field::
3189+
Matrices over a quadratic field::
31903190
31913191
sage: n = ZZ.random_element(10)
31923192
sage: K = QuadraticField(-1,'i')

0 commit comments

Comments
 (0)