Skip to content

Commit

Permalink
rss2email: Fix "Python 3.2 or newer" typo
Browse files Browse the repository at this point in the history
Signed-off-by: François Boulogne <fboulogne sciunto org>
Signed-off-by: W. Trevor King <[email protected]>
  • Loading branch information
François Boulogne authored and wking committed Dec 19, 2015
1 parent 354543d commit 0489b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rss2email/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@

if _sys.version_info < (3, 2):
raise ImportError(
"rss2email requires Python 3.2, but you're using:\n{}".format(
_sys.version))
"rss2email requires Python 3.2 or newer, but you're using:\n{}"
.format(_sys.version))

0 comments on commit 0489b58

Please sign in to comment.