Skip to content

Commit 744fab2

Browse files
author
Release Manager
committed
sagemathgh-40550: src/sage/matrix/special.py: fix typo quadraric -> quadratic Courtesy of yours truly, in whose defense the documentation build was broken. URL: sagemath#40550 Reported by: Michael Orlitzky Reviewer(s): Martin Rubey
2 parents c8fd997 + 04ca5fa commit 744fab2

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)