diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-08 20:13:46 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-08 20:13:46 -0400 |
| commit | e500e5ad0c3e1f1d9093e386af1435c20d600d87 (patch) | |
| tree | ae65315b9de2805a9bd997dde982a8528e3d91c3 /doc | |
| parent | ac0063e7818271b8926da1c063022273aab580ec (diff) | |
| download | python-coveragepy-git-e500e5ad0c3e1f1d9093e386af1435c20d600d87.tar.gz | |
Clean up #199
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst index 800f6c82..993ead97 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: |
