Ticket #5770: trac_5770-reviewer_fix.patch

File trac_5770-reviewer_fix.patch, 724 bytes (added by davidloeffler, 4 years ago)

apply over previous patch

  • sage/modular/modsym/p1list.pyx

    # HG changeset patch
    # User David Loeffler <D.Loeffler@dpmms.cam.ac.uk>
    # Date 1239625839 -3600
    # Node ID 1bcecff9d9f564c3dc83fc6aceeb568d8c5e053b
    # Parent  6e6ac71e99f66d82df683cbbb1e83014ecf1a415
    #5770: reviewer fix for microscopic typo
    
    diff -r 6e6ac71e99f6 -r 1bcecff9d9f5 sage/modular/modsym/p1list.pyx
    a b  
    884884    def apply_S(self, int i): 
    885885        r""" 
    886886        Return the index of the result of applying the matrix 
    887         `S=[-0,1;1,0]` to the `i`'th element of this P1List. 
     887        `S=[0,-1;1,0]` to the `i`'th element of this P1List. 
    888888 
    889889        INPUT: 
    890890