Skip to content

Commit

Permalink
Update src/sage/rings/function_field/drinfeld_modules/drinfeld_module.py
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Leudière <clapped.hesitancy332@anonaddy.me>
  • Loading branch information
xcaruso and kryzar committed Jul 6, 2023
1 parent 08de7d3 commit d6e4044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ def is_isomorphic(self, other, absolutely=False):
except ValueError:
return False
except (AttributeError, NotImplementedError):
raise NotImplementedError("cannot solve the equation u^%s == %s" % (e, ue))
raise NotImplementedError(f"cannot solve the equation u^{e} == {ue}")
return True

def is_supersingular(self):
Expand Down

0 comments on commit d6e4044

Please sign in to comment.