Skip to content

Commit 9a84eeb

Browse files
committed
style: environment variable names should be monospace
1 parent 7882b8c commit 9a84eeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Version 5.0a2 — 2018-09-03
547547
may need ``parallel=true`` where you didn't before.
548548

549549
- The old data format is still available (for now) by setting the environment
550-
variable COVERAGE_STORAGE=json. Please tell me if you think you need to
550+
variable ``COVERAGE_STORAGE=json``. Please tell me if you think you need to
551551
keep the JSON format.
552552

553553
- The database schema is guaranteed to change in the future, to support new
@@ -1521,7 +1521,7 @@ Version 4.0a6 — 2015-06-21
15211521
persisted in pursuing this despite Ned's pessimism. Fixes `issue 308`_ and
15221522
`issue 324`_.
15231523

1524-
- The COVERAGE_DEBUG environment variable can be used to set the
1524+
- The ``COVERAGE_DEBUG`` environment variable can be used to set the
15251525
``[run] debug`` configuration option to control what internal operations are
15261526
logged.
15271527

doc/cmd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ Data file
315315
.........
316316

317317
Coverage.py collects execution data in a file called ".coverage". If need be,
318-
you can set a new file name with the COVERAGE_FILE environment variable. This
319-
can include a path to another directory.
318+
you can set a new file name with the ``COVERAGE_FILE`` environment variable.
319+
This can include a path to another directory.
320320

321321
By default, each run of your program starts with an empty data set. If you need
322322
to run your program multiple times to get complete data (for example, because

0 commit comments

Comments
 (0)