Changeset 7788:48158ebbce3c


Ignore:
Timestamp:
12/15/07 19:01:12 (5 years ago)
Author:
mabshoff@…
Branch:
default
Message:

Fix doctest failure in sage/calculus/calculus.py (#1531)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/calculus/calculus.py

    r7785 r7788  
    61436143            "'Gamma(w, theta)" 
    61446144            sage: maxima(f(sqrt(2), theta+3)) 
    6145             'Gamma(theta+3,sqrt(2)) 
     6145            'Gamma(sqrt(2),theta+3) 
    61466146        """         
    61476147        try: 
Note: See TracChangeset for help on using the changeset viewer.