summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-09-29 06:25:18 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-09-29 06:25:18 -0400
commita59fc4485df1191a8efaeae92e780e9f0710484e (patch)
tree72bc64ceb9a1492e10f5d40534ee5864c70103c4 /doc
parentd296083bbed850a5f13459a163633fc6fb9289ea (diff)
downloadpython-coveragepy-git-a59fc4485df1191a8efaeae92e780e9f0710484e.tar.gz
docs: minor tweaks to db docs
Diffstat (limited to 'doc')
-rw-r--r--doc/dbschema.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/dbschema.rst b/doc/dbschema.rst
index c93a0646..34e0a55d 100644
--- a/doc/dbschema.rst
+++ b/doc/dbschema.rst
@@ -19,8 +19,9 @@ be preferred to accessing the database directly. Only advanced uses will need
to use the database.
The schema can change without changing the major version of coverage.py, so be
-careful when accessing the database directly. The `coverage_schema` table has
-the schema number of the database. The schema described here corresponds to:
+careful when accessing the database directly. The ``coverage_schema`` table
+has the schema number of the database. The schema described here corresponds
+to:
.. [[[cog
from coverage.sqldata import SCHEMA_VERSION