From 8304e5911e505090410247b8f4af4a4115dbea24 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 12 Sep 2022 12:38:53 +0530 Subject: [PATCH] ... --- manual/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/news.rst b/manual/news.rst index 4a06966453..5ba4f0b445 100644 --- a/manual/news.rst +++ b/manual/news.rst @@ -175,7 +175,7 @@ A reasonably complex real life example that exposes more of the :term:`API` of ` extra_css = 'h1 {font: sans-serif large;}\n.byline {font:monospace;}' def get_browser(self): - br = BasicNewsRecipe.get_browser() + br = BasicNewsRecipe.get_browser(self) if self.username is not None and self.password is not None: br.open('https://www.nytimes.com/auth/login') br.select_form(name='login')