Better __doc__ consistency; really a test of some mercurial issues.
This commit is contained in:
@@ -145,4 +145,4 @@ noteuri.rule = r'.*(http://[^<> "]+)[,.]?'
|
|||||||
noteuri.priority = 'low'
|
noteuri.priority = 'low'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print __doc__
|
print __doc__.strip()
|
||||||
|
|||||||
@@ -46,4 +46,4 @@ f_note.rule = r'(.*)'
|
|||||||
f_note.priority = 'low'
|
f_note.priority = 'low'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print __doc__
|
print __doc__.strip()
|
||||||
|
|||||||
@@ -419,4 +419,4 @@ def f_weather(self, origin, match, args):
|
|||||||
f_weather.rule = (['weather'], r'(.*)')
|
f_weather.rule = (['weather'], r'(.*)')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print __doc__
|
print __doc__.strip()
|
||||||
|
|||||||
Reference in New Issue
Block a user