contrib/check-code.py
changeset 20532 f1a3ae7c15df
parent 20471 ea005e754c9c
child 20598 e57e2da803aa
--- a/contrib/check-code.py	Tue Feb 18 14:48:56 2014 -0800
+++ b/contrib/check-code.py	Wed Feb 19 13:25:28 2014 +0100
@@ -311,6 +311,7 @@
 txtpats = [
   [
     ('\s$', 'trailing whitespace'),
+    ('.. note::[ \n][^\n]', 'add two newlines after note::')
   ],
   []
 ]