Skip to content

Commit

Permalink
fix conrey knowl typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVSutherland committed Sep 29, 2023
1 parent 1086da6 commit b3301f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/characters/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def display_galois_orbit(modulus, first_label, last_label, degree):

character_columns = SearchColumns([
LinkCol("label", "character.dirichlet.galois_orbit_label", "Orbit label", lambda label: label.replace(".", "/"), default=True, align="center"),
MultiProcessedCol("conrey", "character.dirichlet.conrey'", "Conrey labels", ["modulus", "first_label", "last_label", "degree"],
MultiProcessedCol("conrey", "character.dirichlet.conrey", "Conrey labels", ["modulus", "first_label", "last_label", "degree"],
display_galois_orbit, default=True, align="center", short_title="Conrey labels"),
MathCol("modulus", "character.dirichlet.modulus", "Modulus", default=True),
MathCol("conductor", "character.dirichlet.conductor", "Conductor", default=True),
Expand Down

0 comments on commit b3301f2

Please sign in to comment.