Changeset 33:9f39696d4213 in misc


Ignore:
Timestamp:
09/01/07 18:27:02 (4 years ago)
Author:
Eriol
Branch:
misc
Convert:
svn:e60e002c-0983-44b9-b2ae-8842d539f768/misc@36
Message:

Forgotten a couple of parentesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wikka2doku.py

    r32 r33  
    8080    ulist = re.compile(r'''(\t|  +)~?-''') 
    8181    autolink = re.compile(r'''\b(?!\[\[)    # Not starting with [[ 
    82                               [A-Z][a-z]*[A-Z]+[a-z]+[a-zA-Z]* # CamelCase 
     82                              ([A-Z][a-z]*[A-Z]+[a-z]+[a-zA-Z]*) # CamelCase 
    8383                              (?!\]\])\b # Not ending with ]] 
    8484                              ''', re.VERBOSE) 
Note: See TracChangeset for help on using the changeset viewer.