Skip to content

Commit 0489b58

Browse files
François Boulognewking
François Boulogne
authored andcommitted
rss2email: Fix "Python 3.2 or newer" typo
Signed-off-by: François Boulogne <fboulogne sciunto org> Signed-off-by: W. Trevor King <[email protected]>
1 parent 354543d commit 0489b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rss2email/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949

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

0 commit comments

Comments
 (0)