##// END OF EJS Templates
check-code: use raw string...
Gregory Szorc -
r41685:7d1798ec default
parent child Browse files
Show More
@@ -414,7 +414,7 b' txtfilters = []'
414 414
415 415 txtpats = [
416 416 [
417 ('\s$', 'trailing whitespace'),
417 (r'\s$', 'trailing whitespace'),
418 418 ('.. note::[ \n][^\n]', 'add two newlines after note::')
419 419 ],
420 420 []
General Comments 0
You need to be logged in to leave comments. Login now