diff rhodecode/lib/smtp_mailer.py @ 604:5cc96df705b9

fixed @repo into :repo for docs fixed routes descriptions
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 03:04:58 +0200
parents 1e757ac98988
children ecc566f8b69f
line wrap: on
line diff
--- a/rhodecode/lib/smtp_mailer.py	Mon Oct 18 01:14:40 2010 +0200
+++ b/rhodecode/lib/smtp_mailer.py	Mon Oct 18 03:04:58 2010 +0200
@@ -108,7 +108,7 @@
         '''
         Get content based on type, if content is a string do open first
         else just read because it's a probably open file object
-        @param msg_file:
+        :param msg_file:
         '''
         if isinstance(msg_file, str):
             return open(msg_file, "rb").read()