Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Mar 8, 2021
1 parent bdc5d06 commit 1a4b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/number_field/number_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -5882,7 +5882,7 @@ def galois_group(self, type=None, algorithm='pari', names=None, gc_numbering=Non
https://www.lmfdb.org/NumberField/ by the LMFDB collaboration,
although these might need a lot of computing time.
If `L/K` is a relative number field, this method will currently return `Gal(L/\Q)`. This behavior will
If `L/K` is a relative number field, this method will currently return `Gal(L/\QQ)`. This behavior will
change in the future, so it's better to explicitly call :meth:`absolute_field` if that is
the desired behavior::
Expand Down

0 comments on commit 1a4b1eb

Please sign in to comment.