diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-11 07:30:46 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-11 07:30:46 -0400 |
commit | 1b94cffbbcf809bae8ecc338b498622be8d3a163 (patch) | |
tree | daaf84b7eaa90fae630f13f317839422bc2ee85e | |
parent | d0f6422902026b9cac6d3ae6c3c397dfb906fee2 (diff) | |
download | python-coveragepy-git-1b94cffbbcf809bae8ecc338b498622be8d3a163.tar.gz |
Fix a name
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f0fccc76..5c8b4eec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -35,7 +35,7 @@ Version 5.0a1 --- 2018-06-05 - Running coverage many times for small runs in a single process should be faster, closing `issue 625`_. Thanks, David MacIver. -- Large HTML report pages load faster. Thanks, pankajp. +- Large HTML report pages load faster. Thanks, Pankaj Pandey. .. _issue 625: https://bitbucket.org/ned/coveragepy/issues/625/lstat-dominates-in-the-case-of-small .. _issue 650: https://bitbucket.org/ned/coveragepy/issues/650/allow-setting-configuration-file-location |