summaryrefslogtreecommitdiff
path: root/coverage/lcovreport.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/lcovreport.py')
-rw-r--r--coverage/lcovreport.py2
1 files changed, 1 insertions, 1 deletions
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.
"""