#4659: remove an extra 'cdef class Integer' line from integer.pyx
------------------------------+---------------------------------------------
 Reporter:  jhpalmieri        |       Owner:  somebody  
     Type:  defect            |      Status:  new       
 Priority:  trivial           |   Milestone:  sage-3.2.1
Component:  basic arithmetic  |    Keywords:  integer   
------------------------------+---------------------------------------------
 In the file sage/rings/integer.pyx, line 288 says
 {{{
     cdef class Integer (sage.structure.element.EuclideanDomainElement):
 }}}
 followed by documentation and the various methods for this class.  But
 earlier in the file, line 137 says
 {{{
     cdef class Integer(sage.structure.element.EuclideanDomainElement)
 }}}
 The attached patch removes line 137.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4659>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to