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

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Jul 24, 2018
1 parent c722955 commit 8815d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/rings/padics/local_generic.py
Expand Up @@ -907,7 +907,7 @@ def f(self):
if self.base_ring().absolute_degree() == 1:
return self.absolute_f()
else:
raise NotImplementedError("For a relative p-adic ring or field you must use relative_e or absolute_e as appropriate")
raise NotImplementedError("For a relative p-adic ring or field you must use relative_f or absolute_f as appropriate")

def inertia_degree(self):
"""
Expand Down
2 changes: 1 addition & 1 deletion src/sage/rings/padics/padic_extension_generic.py
Expand Up @@ -132,7 +132,7 @@ def _repr_(self, do_latex = False):
sage: K1.<a> = Qq(7^3)
sage: K1
7-adic Unramified Extension Field in a defined by x^3 + 6*x^2 + 4
sage: R1._latex_()
sage: K1._latex_()
'\\QQ_{7^{3}}'
sage: K2.<t> = K.ext(x^2+7)
sage: K2 #indirect doctest
Expand Down

0 comments on commit 8815d83

Please sign in to comment.