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

Commit

Permalink
Trac 15767: fix doctest in Ser()
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbruin committed Aug 19, 2014
1 parent 5db54b6 commit 1d103da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/pari/gen.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ cdef class gen(sage.structure.element.RingElement):
sage: pari(2).Ser()
2 + O(x^16)
sage: pari(Mod(0, 7)).Ser()
O(x^16)
Mod(0, 7) + O(x^16)
sage: x = pari([1, 2, 3, 4, 5])
sage: x.Ser()
Expand Down

0 comments on commit 1d103da

Please sign in to comment.