Skip to content

Commit 5a9a786

Browse files
authored
Update src/sage/rings/padics/padic_extension_generic.py
1 parent 694ff40 commit 5a9a786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/padics/padic_extension_generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def construction(self, forbid_frac_field=False):
510510
sage: c(R0) == R
511511
True
512512
513-
For a field, by default we return a fraction field functor.::
513+
For a field, by default we return a fraction field functor. ::
514514
515515
sage: K.<a> = Qq(25, 8)
516516
sage: c, R = K.construction(); R

0 commit comments

Comments
 (0)