Changeset 1043


Ignore:
Timestamp:
Jul 16, 2012 9:03:43 PM (11 years ago)
Author:
jemian
Message:

Gerry caught this one

Location:
specdomain
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • specdomain/tags/src/v1.0/doc/conventions.rst

    r1028 r1043  
    9696
    9797        def my_comment '{
    98             '''
     98            """
    9999            Make a comment
    100100           
     
    102102           
    103103            :param str text: message to be printed
    104             '''
     104            """
    105105            qcomment "%s" $1
    106106        }'
  • specdomain/trunk/src/specdomain/doc/conventions.rst

    r1028 r1043  
    9696
    9797        def my_comment '{
    98             '''
     98            """
    9999            Make a comment
    100100           
     
    102102           
    103103            :param str text: message to be printed
    104             '''
     104            """
    105105            qcomment "%s" $1
    106106        }'
Note: See TracChangeset for help on using the changeset viewer.