summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index ca65d6de..d5591d80 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -1,4 +1,4 @@
-"""Tests for Coverage's api."""
+"""Tests for Coverage's API."""
import fnmatch, os, re, sys, textwrap
@@ -495,7 +495,7 @@ class ReportIncludeOmitTest(OmitIncludeTestsMixin, CoverageTest):
class XmlIncludeOmitTest(OmitIncludeTestsMixin, CoverageTest):
- """Tests of the xml include/omit functionality.
+ """Tests of the XML include/omit functionality.
This also takes care of the HTML and annotate include/omit, by virtue
of the structure of the code.