summaryrefslogtreecommitdiffstats
path: root/modules/weather.py
diff options
context:
space:
mode:
authorSean B. Palmer <http://inamidst.com/sbp/>2008-03-02 14:44:14 +0000
committerSean B. Palmer <http://inamidst.com/sbp/>2008-03-02 14:44:14 +0000
commitf81eae836d70efa96847bf7060389755861a5dc2 (patch)
tree739f34a12209aa2db33afead076bff4a59783e3a /modules/weather.py
parent8f2e14481a186ed725262d47c0ba39537288826f (diff)
downloadbot-f81eae836d70efa96847bf7060389755861a5dc2.tar.gz
bot-f81eae836d70efa96847bf7060389755861a5dc2.tar.bz2
bot-f81eae836d70efa96847bf7060389755861a5dc2.zip
Better __doc__ consistency; really a test of some mercurial issues.
Diffstat (limited to 'modules/weather.py')
-rwxr-xr-xmodules/weather.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weather.py b/modules/weather.py
index a8fdf4f..77f0fd0 100755
--- a/modules/weather.py
+++ b/modules/weather.py
@@ -419,4 +419,4 @@ def f_weather(self, origin, match, args):
f_weather.rule = (['weather'], r'(.*)')
if __name__ == '__main__':
- print __doc__
+ print __doc__.strip()