diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-24 11:43:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-24 11:43:28 -0400 |
commit | 11998ee5ee43b334744123f820b488091728ae52 (patch) | |
tree | a90234a68fd193415a10b7dfdcab5b01982ba8f6 /perf/solve_poly.py | |
parent | a1ae430c3cd952478e677ca396db1c9e560eaa8f (diff) | |
download | python-coveragepy-git-11998ee5ee43b334744123f820b488091728ae52.tar.gz |
Update NOTICE link to GitHub.
Diffstat (limited to 'perf/solve_poly.py')
-rw-r--r-- | perf/solve_poly.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/solve_poly.py b/perf/solve_poly.py index 41365f48..66231725 100644 --- a/perf/solve_poly.py +++ b/perf/solve_poly.py @@ -1,5 +1,5 @@ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt +# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # Given empirical data from perf_measure.py, calculate the coefficients of the # polynomials for file, call, and line operation counts. |