Submitter | phabricator |
---|---|
Date | Feb. 4, 2019, 11:37 p.m. |
Message ID | <29c14f4cf82af8bfd0040bd3ad003862@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38408/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/check-code.py b/contrib/check-code.py --- a/contrib/check-code.py +++ b/contrib/check-code.py @@ -414,7 +414,7 @@ txtpats = [ [ - ('\s$', 'trailing whitespace'), + (r'\s$', 'trailing whitespace'), ('.. note::[ \n][^\n]', 'add two newlines after note::') ], []