Changeset 7376:24cb0f92c8d1


Ignore:
Timestamp:
11/20/07 01:44:43 (6 years ago)
Author:
mabshoff@…
Branch:
default
Tags:
2.8.13.rc0
Message:

match floordiv description to actual call (leftover from the previous doctest fix)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/libs/flint/fmpz_poly.pyx

    r7344 r7376  
    262262    def __floordiv__(left, right): 
    263263        """ 
    264         Return left / right, truncated. 
     264        Return left // right, truncated. 
    265265         
    266266        EXAMPLES:  
Note: See TracChangeset for help on using the changeset viewer.