Skip to content

Commit 98960ca

Browse files
authored
Merge pull request #6445 from LMFDB/autopep8-patches
2 parents d455e65 + 88dc449 commit 98960ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lmfdb/galois_groups/transitive_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def msg(code):
274274
code = ','.join(str(z) for z in code)
275275
return fr' is {genknowl} for any base field $K$ of characteristic $\neq$ {code}'
276276

277-
regdata= [(raw_typeset(z['polynomial'], quick_latex(z['polynomial'])), msg(z.get('generic'))) for z in t]
277+
regdata = [(raw_typeset(z['polynomial'], quick_latex(z['polynomial'])), msg(z.get('generic'))) for z in t]
278278
for j, (poly, msg) in enumerate(regdata):
279279
if msg:
280280
regdata[j] = (poly, f'The polynomial $f_{{{j+1}}}$ {msg}')

0 commit comments

Comments
 (0)