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

Commit

Permalink
fix int/long doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Mar 31, 2014
1 parent 5fe48d7 commit 4499474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/symbolic/pynac.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ cdef public object subs_args_to_PyTuple(const GExMap& map, unsigned options, con
sage: tfunc = TFunc()
sage: tfunc(x).subs(x=1)
len(args): 3, types: [<type 'sage.symbolic.substitution_map.SubstitutionMap'>,
<type 'long'>, <type 'sage.symbolic.expression.Expression'>]
<type 'int'>,
<type 'sage.symbolic.expression.Expression'>]
x
"""
from sage.symbolic.ring import SR
Expand Down

0 comments on commit 4499474

Please sign in to comment.