summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-10-08 22:04:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-10-08 22:04:01 -0400
commit6de76885ca9da9354cd8f8883be0901dcbf0dbb2 (patch)
tree0c77aef3a111098eff653b43336ec3b679d96044 /doc
parentb13facec8f8a02d2a99f254d3b3bc92ce1a33bd3 (diff)
downloadpython-coveragepy-git-6de76885ca9da9354cd8f8883be0901dcbf0dbb2.tar.gz
Tie up a loose end in the docs
Diffstat (limited to 'doc')
-rw-r--r--doc/contexts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contexts.rst b/doc/contexts.rst
index d676a9db..f81d2a38 100644
--- a/doc/contexts.rst
+++ b/doc/contexts.rst
@@ -99,4 +99,4 @@ Raw data
--------
For more advanced reporting or analysis, the .coverage data file is a SQLite
-database. TODO: explain the schema.
+database. See :ref:`dbschema` for details.