Skip to content

Commit

Permalink
Add forgotten spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
syndrakon authored and syndrakon committed Feb 1, 2024
1 parent 2344ef5 commit c603b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/algebras/quatalg/quaternion_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ def is_maximal(self):
sage: p = 11
sage: B = QuaternionAlgebra(QQ, -1, -p)
sage: i, j, k = B.gens()
sage: O0_basis = (1,i,(i+j)/2, (1+i*j)/2)
sage: O0_basis = (1, i, (i+j)/2, (1+i*j)/2)
sage: O0 = B.quaternion_order(O0_basis)
sage: O0.is_maximal()
True
Expand Down

0 comments on commit c603b36

Please sign in to comment.