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

Commit

Permalink
Doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Feb 26, 2015
1 parent 96f1f50 commit 1f8abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def symbolic_sum(expression, *args, **kwds):
sage: sum(valuation(n,2),n,1,5)
Traceback (most recent call last):
...
AttributeError: 'sage.symbolic.expression.Expression' object has no attribute 'valuation'
TypeError: unable to convert n to an integer
Again, use python ``sum()``::
Expand Down

0 comments on commit 1f8abd9

Please sign in to comment.