summaryrefslogtreecommitdiff
path: root/coverage/summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/summary.py')
-rw-r--r--coverage/summary.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/coverage/summary.py b/coverage/summary.py
index 24aa30f2..464445ef 100644
--- a/coverage/summary.py
+++ b/coverage/summary.py
@@ -150,8 +150,7 @@ class SummaryReporter:
def report(self, morfs, outfile=None):
"""Writes a report summarizing coverage statistics per module.
- `outfile` is a file object to write the summary to. It must be opened
- for native strings (bytes on Python 2, Unicode on Python 3).
+ `outfile` is a text-mode file object to write the summary to.
"""
self.outfile = outfile or sys.stdout