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

Commit

Permalink
17505: fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed May 11, 2017
1 parent e4769b5 commit 58119b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/calculus/calculus.py
Expand Up @@ -836,7 +836,7 @@ def symbolic_prod(expression, v, a, b, algorithm='maxima', hold=False):
EXAMPLES::
sage: k, n = var('k,n')
sage: i, k, n = var('i,k,n')
sage: from sage.calculus.calculus import symbolic_prod
sage: symbolic_prod(k, k, 1, n)
factorial(n)
Expand Down

0 comments on commit 58119b0

Please sign in to comment.