Changeset 7502:0cae7cbecf21


Ignore:
Timestamp:
12/02/07 11:59:17 (5 years ago)
Author:
mabshoff@…
Branch:
default
Message:

fix doctest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/modular/modform/eis_series.py

    r7500 r7502  
    221221    OUTPUT: 
    222222       The L-series of the Eisenstein series. 
    223  
     223  
    224224    EXAMPLES: 
    225     We compute with the L-series of $E_{16}$: 
     225    We compute with the L-series of $E_{16}$ and then $E_{20}$: 
    226226       sage: L = eisenstein_series_Lseries(16) 
    227227       sage: L(1) 
    228228       -0.291657724743873 
    229     We compute with the L-series of $E_{20}$: 
    230229       sage: L = eisenstein_series_Lseries(20) 
    231230       sage: L(2) 
Note: See TracChangeset for help on using the changeset viewer.