# HG changeset patch
# User Sebastien Labbe <slabqc at gmail.com>
# Date 1292615803 18000
# Node ID 722356a674639b5e0a9fd028a1e40a2d2d168e52
# Parent c077141a5505aef5a18a9d24dc6e2edb71458458
#10462: small doc fix (ReST syntax)
diff --git a/sage/groups/matrix_gps/homset.py b/sage/groups/matrix_gps/homset.py
|
a
|
b
|
class MatrixGroupHomset(GroupHomset_gene |
| 96 | 96 | - ``check`` - bool (optional, default: ``True``), whether to check |
| 97 | 97 | if images define a valid homomorphism |
| 98 | 98 | |
| 99 | | EXAMPLES: |
| | 99 | EXAMPLES:: |
| 100 | 100 | |
| 101 | 101 | sage: F = GF(5) |
| 102 | 102 | sage: gens = [matrix(F,2,[1,2, -1, 1]), matrix(F,2, [1,1, 0,1])] |