diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-02 07:27:14 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-02 07:27:14 -0500 |
| commit | 968fc008e4c0453ef05aa211e85e202e7b1d2342 (patch) | |
| tree | 91ae38367181a9ee0dda9ed22aa832031ca4c3d7 /coverage/__init__.py | |
| parent | 007a4a1ba529e2913357387c1f42b6028860fe98 (diff) | |
| download | python-coveragepy-git-968fc008e4c0453ef05aa211e85e202e7b1d2342.tar.gz | |
Massive eol whitespace clean-up.
Diffstat (limited to 'coverage/__init__.py')
| -rw-r--r-- | coverage/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/__init__.py b/coverage/__init__.py index a41dafd3..4db12408 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -26,10 +26,10 @@ _the_coverage = None def _singleton_method(name): """Return a function to the `name` method on a singleton `coverage` object. - + The singleton object is created the first time one of these functions is called. - + """ def wrapper(*args, **kwargs): """Singleton wrapper around a coverage method.""" |
