diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 10:36:16 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 10:36:16 -0500 |
| commit | 16a6d9c45e80a67fe201fd0fe354fcd4aae25c9a (patch) | |
| tree | c8ed0b7c2ce2dd1097ef72e0de06bb3c4fcb9cbf /coverage/__init__.py | |
| parent | 00506792848ee83de65b1740b3d82229ca55817a (diff) | |
| download | python-coveragepy-16a6d9c45e80a67fe201fd0fe354fcd4aae25c9a.tar.gz | |
Try out pylint spelling. Kinda noisy, but fixed some stuff.
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 3a52c1d..41da609 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. |
