This commit is contained in:
Kovid Goyal 2008-03-18 21:04:15 +00:00
parent f4fc27e7f5
commit 4a2a5aad43

View File

@ -43,7 +43,7 @@ class BasicNewsRecipe(object):
title = _('Unknown News Source')
#: The author of this recipe
__author__ = _(__appname__)
__author__ = __appname__
#: Maximum number of articles to download from each feed
#: @type: integer