# HG changeset patch
# User shumow@sage.math.washington.edu
# Date 1232786001 28800
# Node ID cf6e4b67b8f48a7224ad9dcf7a7648c849da330a
# Parent 1e3ae151b6a1a60fa32bb1b555cd64e7cdd27f19
trac_3999: fix minor typo
diff -r 1e3ae151b6a1 -r cf6e4b67b8f4 sage/groups/multiplicative_wrapper.pyx
|
a
|
b
|
cdef class MultWrapperElement(Multiplica |
| 350 | 350 | |
| 351 | 351 | cpdef MultiplicativeGroupElement _div_(self, MultiplicativeGroupElement right): |
| 352 | 352 | """ |
| 353 | | Performs multiplication by adding in the wrapped group. |
| | 353 | Performs division by subtracting in the wrapped group. |
| 354 | 354 | |
| 355 | 355 | EXAMPLES: |
| 356 | 356 | sage: from sage.groups.multiplicative_wrapper import MultiplicativeWrapper |