Skip to content

Commit 4bc31f2

Browse files
committed
pep8
1 parent f9af139 commit 4bc31f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/barrons.recipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import base64
55
import json
66
import re
7-
87
from collections import defaultdict
8+
99
from calibre.web.feeds.news import BasicNewsRecipe
1010

1111

recipes/hindu.recipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def absurl(url):
1717
class TheHindu(BasicNewsRecipe):
1818
title = 'The Hindu Print Edition'
1919
__author__ = 'unkn0wn'
20-
description = "Articles from The Hindu, Today\'s Paper. This recipe now works only for yesterday\'s edition."
20+
description = "Articles from The Hindu, Today's Paper. This recipe now works only for yesterday's edition."
2121
language = 'en_IN'
2222
no_stylesheets = True
2323
masthead_url = 'https://www.thehindu.com/theme/images/th-online/thehindu-logo.svg'

0 commit comments

Comments
 (0)