diff options
Diffstat (limited to 'coverage/__init__.py')
-rw-r--r-- | coverage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/__init__.py b/coverage/__init__.py index 3a52c1d6..41da609b 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -18,7 +18,7 @@ coverage = Coverage # Module-level functions. The original API to this module was based on # functions defined directly in the module, with a singleton of the Coverage() -# class. That design hampered programmability, so the current api uses +# class. That design hampered programmability, so the current API uses # explicitly-created Coverage objects. But for backward compatibility, here we # define the top-level functions to create the singleton when they are first # called. |