Skip to content

Commit ddb053d

Browse files
author
Release Manager
committed
gh-39894: Fix typo in quaternion algebra docstring Fix typo in quaternion algebra docstring ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39894 Reported by: Eloi Torrents Reviewer(s): Travis Scrimshaw
2 parents 33264f6 + e0264af commit ddb053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/algebras/quatalg/quaternion_algebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class QuaternionAlgebraFactory(UniqueFactory):
121121
number field or `\QQ`, ``primes`` is a list of prime ideals of `K`
122122
and ``inv_archimedean`` is a list of local invariants (`0` or
123123
`\frac{1}{2}`) specifying the ramification at the (infinite) real
124-
places of `K`. This constructs a quaternion algebra ramified exacly
124+
places of `K`. This constructs a quaternion algebra ramified exactly
125125
at the places given by ``primes`` and those (algebraic) real
126126
embeddings of `K` indexed in ``K.embeddings(AA)`` by ``l`` with
127127
``inv_archimedean[l] = 1/2``.

0 commit comments

Comments
 (0)