Skip to content

Commit f182fda

Browse files
xcarusomantepse
andauthored
simplify doctest
Co-authored-by: Martin Rubey <[email protected]>
1 parent 174d4a4 commit f182fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/function_field/drinfeld_modules/charzero_drinfeld_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def logarithm(self, prec=Infinity, name='z'):
315315
sage: log[2^5]
316316
1/(T^62 + T^61 + T^59 + ... + T^8 + T^6 + T^5)
317317
318-
On the contrary, when ``prec`` is a finite number, all the
318+
If ``prec`` is a finite number, all the
319319
required coefficients are computed at once::
320320
321321
sage: phi.logarithm(prec=10)

0 commit comments

Comments
 (0)