contrib/check-code.py
changeset 41544 7d1798ec92a3
parent 41365 876494fd967d
child 41761 e2472b12c842
--- a/contrib/check-code.py	Mon Feb 04 09:37:09 2019 -0800
+++ b/contrib/check-code.py	Mon Feb 04 09:38:33 2019 -0800
@@ -414,7 +414,7 @@
 
 txtpats = [
   [
-    ('\s$', 'trailing whitespace'),
+    (r'\s$', 'trailing whitespace'),
     ('.. note::[ \n][^\n]', 'add two newlines after note::')
   ],
   []