Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 't/23331/allow_exact_defining_polynomials_for_p_adic_ext…
Browse files Browse the repository at this point in the history
…ensions' into t/12561/ticket/12561
  • Loading branch information
saraedum committed Jul 20, 2017
2 parents 0af8e52 + bd15d71 commit 9d01c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/padics/padic_extension_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def degree(self):
"""
return self._given_poly.degree()

def defining_polynomial(self):
def defining_polynomial(self, exact=False):
"""
Returns the polynomial defining this extension.
Expand Down

0 comments on commit 9d01c94

Please sign in to comment.