diff options
-rw-r--r-- | CONTRIBUTORS.txt | 1 | ||||
-rw-r--r-- | doc/config.rst | 2 |
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: |