# 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
|
|
| 884 | 884 | def apply_S(self, int i): |
| 885 | 885 | r""" |
| 886 | 886 | 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. |
| 888 | 888 | |
| 889 | 889 | INPUT: |
| 890 | 890 | |