From 56ccf323dbcc5e8e028400cfab49b54148710d34 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 1 May 2022 07:35:25 -0400 Subject: docs: thanks for the new keyboard shortcuts --- coverage/html.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index 953b2db3..d160163f 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -258,9 +258,8 @@ class HtmlReporter: if self.extra_css: shutil.copyfile(self.config.extra_css, os.path.join(self.directory, self.extra_css)) - def html_file(self, fr, analysis, prev_fr=None, next_fr=None): - """Generate an HTML file for one source file, with links to the - previous and the next file, or to the index.""" + def html_file(self, fr, analysis, prev_fr, next_fr): + """Generate an HTML file for one source file.""" rootname = flat_rootname(fr.relative_filename()) html_filename = rootname + ".html" if prev_fr is not None: -- cgit v1.2.1