From 16abd82b6e87753184e8308c4b2606ff3979f8d3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 22 Mar 2023 14:28:42 -0400 Subject: style: use double-quotes --- coverage/lcovreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/lcovreport.py') diff --git a/coverage/lcovreport.py b/coverage/lcovreport.py index 1789c17e..7d72e813 100644 --- a/coverage/lcovreport.py +++ b/coverage/lcovreport.py @@ -33,7 +33,7 @@ class LcovReporter: def report(self, morfs: Optional[Iterable[TMorf]], outfile: IO[str]) -> float: """Renders the full lcov report. - 'morfs' is a list of modules or filenames + `morfs` is a list of modules or filenames outfile is the file object to write the file into. """ -- cgit v1.2.1