diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-01 08:25:06 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-01 08:25:06 -0500 |
| commit | 35d91c7aa186a84d0edb333bad60b520f3b1d719 (patch) | |
| tree | 5bea95b537dd5e351ea9a7e80533d4afb58e7952 /doc | |
| parent | bc9ee777a80ff4853b062d9363b459aa47ccf1f6 (diff) | |
| download | python-coveragepy-git-35d91c7aa186a84d0edb333bad60b520f3b1d719.tar.gz | |
doc: avoid latin abbreviations
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst index 5514d6f8..34da8a06 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -319,7 +319,7 @@ missing lines. See :ref:`cmd_report` for more information. ``sort`` (string, default "Name"): Sort the text report by the named column. Allowed values are "Name", "Stmts", "Miss", "Branch", "BrPart", or "Cover". -Prefix with ``-`` for descending sort (e.g. "-cover"). +Prefix with ``-`` for descending sort (for example, "-cover"). .. _config_html: |
