summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-06-08 20:13:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-06-08 20:13:46 -0400
commita151001ce2c7c114759e06968f516f2d38c3a2ab (patch)
tree340f0135690a9625ae89b8888251bfdb37a22a68 /doc/config.rst
parent907af0e7e261bd9f14d013b1b1b65cb0cf319e27 (diff)
downloadpython-coveragepy-a151001ce2c7c114759e06968f516f2d38c3a2ab.tar.gz
Clean up #199
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 800f6c8..993ead9 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -218,8 +218,9 @@ missing lines. See :ref:`cmd_summary` for more information.
``skip_covered`` (boolean, default False): Don't include files in the report
that are 100% covered files. See :ref:`cmd_summary` for more information.
-``sort`` (string, default Name, allowed values: Name, Stmts, Miss, Cover):
-Sort report by the named column.
+``sort`` (string, default "Name"): Sort report by the named column. Allowed
+values: "Name", "Stmts", "Miss", or "Cover".
+
.. _config_html: