Changeset 10507

Show
Ignore:
Timestamp:
02/02/08 03:14:29 (2 years ago)
Author:
dave
Message:

correct comment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/docutils/docutils/transforms/beps.py

    r10307 r10507  
    3535    bep_url = 'bep-%04d' 
    3636    bep_cvs_url = ('https://svn.bittorrent.com/trac.cgi/browser/dotorg/trunk/html/beps/bep_%04d.rst') 
    37     //bep_cvs_url = ('http://svn.bittorrent.com/view/*checkout*' 
    38     //               '/peps/trunk/bep-%04d.txt') 
     37    #bep_cvs_url = ('http://svn.bittorrent.com/view/*checkout*' 
     38    #               '/peps/trunk/bep-%04d.txt') 
    3939    rcs_keyword_substitutions = ( 
    4040          (re.compile(r'\$' r'RCSfile: (.+),v \$$', re.IGNORECASE), r'\1'),