Ticket #10462: trac_10462_small_fix-sl.patch

File trac_10462_small_fix-sl.patch, 722 bytes (added by slabbe, 2 years ago)

Small fix (applies over the precedent patch)

  • sage/groups/matrix_gps/homset.py

    # 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 
    9696        - ``check`` - bool (optional, default: ``True``), whether to check 
    9797          if images define a valid homomorphism 
    9898 
    99         EXAMPLES: 
     99        EXAMPLES:: 
    100100 
    101101            sage: F = GF(5) 
    102102            sage: gens = [matrix(F,2,[1,2, -1, 1]), matrix(F,2, [1,1, 0,1])]