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

Commit

Permalink
trac #11726 fixed one failing doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Mar 12, 2014
1 parent b462b29 commit a4e0190
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/rings/polynomial/laurent_polynomial.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2217,8 +2217,7 @@ cdef class LaurentPolynomial_mpair(LaurentPolynomial_generic):
sage: t._derivative(z)
33*x^4
sage: t._derivative(x)
132*z*x^3 - x^-2
-x^-2 + 132*z*x^3
"""
if var is None:
raise ValueError("must specify which variable to differentiate "
Expand Down

0 comments on commit a4e0190

Please sign in to comment.