Skip to content

Commit

Permalink
Merge pull request #6204 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
AndrewVSutherland authored Oct 14, 2024
2 parents 7c14134 + d8bb388 commit 6566615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/local_fields/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def render_field_webpage(args):
abelian = ' and abelian' if the_gal.is_abelian() else ''
galphrase = 'This field is'+isgal+abelian+r' over $\Q_{%d}.$' % p
if the_gal.order() == gn:
autstring = r'\Gal'
autstring = r'\Gal'
prop2 = [
('Label', label),
('Base', r'\(%s\)' % Qp),
Expand Down

0 comments on commit 6566615

Please sign in to comment.