Skip to content

Commit 86b59b2

Browse files
authored
Update src/sage/rings/padics/padic_valuation.py
1 parent 94fbe06 commit 86b59b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/padics/padic_valuation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ class pAdicValuation_base(DiscreteValuation):
439439
sage: QQ.valuation(5)
440440
5-adic valuation
441441
442-
For `p`-adic rings, ``p`` has to match the `p` of the ring.::
442+
For `p`-adic rings, ``p`` has to match the `p` of the ring. ::
443443
444444
sage: v = valuations.pAdicValuation(Zp(3), 2); v
445445
Traceback (most recent call last):

0 commit comments

Comments
 (0)