projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfd8c8b
)
error: Strip trailing whitespace in module docstring
author
W. Trevor King
<wking@tremily.us>
Wed, 9 Jan 2013 15:43:24 +0000
(10:43 -0500)
committer
W. 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
patch
|
blob
|
history
diff --git
a/rss2email/error.py
b/rss2email/error.py
index 7223d367b424cdb975a506dc3d8d6169222be73e..cbe5217512a678796e3185ce43af91576519d5e5 100644
(file)
--- a/
rss2email/error.py
+++ b/
rss2email/error.py
@@
-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