Changeset 7526:86add32fc16b


Ignore:
Timestamp:
12/02/07 17:51:35 (5 years ago)
Author:
William Stein
Branch:
default
Message:

improve doctest (#1373)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/modules/quotient_module.py

    r7481 r7526  
    159159            sage: cmp(Q1, Q2) 
    160160            0 
    161             sage: cmp(Q1, 5) 
    162             1                  # 32-bit 
    163             -1                 # 64-bit 
     161            sage: cmp(Q1, 5) != 0 
     162            True 
    164163        """ 
    165164        if not isinstance(other, FreeModule_ambient_field_quotient): 
Note: See TracChangeset for help on using the changeset viewer.