error: Strip trailing whitespace in module docstring
authorW. Trevor King <wking@tremily.us>
Wed, 9 Jan 2013 15:43:24 +0000 (10:43 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 9 Jan 2013 16:39:19 +0000 (11:39 -0500)
Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/error.py

index 7223d367b424cdb975a506dc3d8d6169222be73e..cbe5217512a678796e3185ce43af91576519d5e5 100644 (file)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License along with
 # rss2email.  If not, see <http://www.gnu.org/licenses/>.
 
-"""rss2email-specific errors 
+"""rss2email-specific errors
 """
 
 from . import LOG as _LOG