Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: third_party/coverage-3.7.1/doc/api.rst

Issue 225633007: Upgrade to coverage 3.7.1 and have it auto-build itself on first use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: sigh our imports are a mess Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/coverage-3.7.1/coverage/xmlreport.py ('k') | third_party/coverage-3.7.1/doc/branch.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/coverage-3.7.1/doc/api.rst
diff --git a/third_party/coverage-3.6/doc/api.rst b/third_party/coverage-3.7.1/doc/api.rst
similarity index 91%
rename from third_party/coverage-3.6/doc/api.rst
rename to third_party/coverage-3.7.1/doc/api.rst
index fe59bc2920ff5c3309783e2d3ea14cf2e0b6d3bd..a43de17fadc7c71c186b1d15deb6389f45bf6e9c 100644
--- a/third_party/coverage-3.6/doc/api.rst
+++ b/third_party/coverage-3.7.1/doc/api.rst
@@ -13,8 +13,8 @@ Coverage API
The API to coverage.py is very simple, contained in a single module called
`coverage`. Most of the interface is in a single class, also called
-`coverage`. Methods on the coverage object correspond roughly to operations available
-in the command line interface. For example, a simple use would be::
+`coverage`. Methods on the coverage object correspond roughly to operations
+available in the command line interface. For example, a simple use would be::
import coverage
« no previous file with comments | « third_party/coverage-3.7.1/coverage/xmlreport.py ('k') | third_party/coverage-3.7.1/doc/branch.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698