Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed May 21, 2024
1 parent d940cfa commit cb0f7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/modular_curves/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ def __init__(self):
("", "level", _default),
("index", "index", ["index", "level"] + _default[2:]),
("genus", "genus", ["genus"] + _default[:2] + _default[3:]),
("rank", "rank", ["rank", "genus"] + default[:2] + _default[3:]),
("rank", "rank", ["rank", "genus"] + _default[:2] + _default[3:]),
]
null_column_explanations = {
'simple': False,
Expand Down

0 comments on commit cb0f7b4

Please sign in to comment.