From 4d774dbdefa2755dc66379ccdb5950e5172ad2fd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 28 Jun 2020 09:36:00 +0530 Subject: [PATCH] ... --- recipes/theprint.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/theprint.recipe b/recipes/theprint.recipe index 0e6301a38f..58d30c4bf1 100644 --- a/recipes/theprint.recipe +++ b/recipes/theprint.recipe @@ -14,7 +14,7 @@ def classes(classes): 'class': lambda x: x and frozenset(x.split()).intersection(q)}) -class WSJ(BasicNewsRecipe): +class ThePrint(BasicNewsRecipe): title = 'The Print' __author__ = 'Kovid Goyal'