From 35d91c7aa186a84d0edb333bad60b520f3b1d719 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 1 Feb 2021 08:25:06 -0500 Subject: doc: avoid latin abbreviations --- CONTRIBUTORS.txt | 1 + doc/config.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1