summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-02-01 08:25:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-02-01 08:25:06 -0500
commit35d91c7aa186a84d0edb333bad60b520f3b1d719 (patch)
tree5bea95b537dd5e351ea9a7e80533d4afb58e7952
parentbc9ee777a80ff4853b062d9363b459aa47ccf1f6 (diff)
downloadpython-coveragepy-git-35d91c7aa186a84d0edb333bad60b520f3b1d719.tar.gz
doc: avoid latin abbreviations
-rw-r--r--CONTRIBUTORS.txt1
-rw-r--r--doc/config.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index b43eeaf8..76fbd4c3 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -19,6 +19,7 @@ Anthony Sottile
Arcadiy Ivanov
Aron Griffis
Artem Dayneko
+Arthur Deygin
Ben Finney
Bernát Gábor
Bill Hart
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: