Skip to content

Commit de005e5

Browse files
committed
Fix ReST backquotes
1 parent 0c678e7 commit de005e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

source/specifications/recording-installed-packages.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ The RECORD file
8181
The ``RECORD`` file holds the list of installed files.
8282
It is a CSV file containing one record (line) per installed file.
8383

84-
The CSV dialect must be readable with the default `reader` of Python's `csv` module:
84+
The CSV dialect must be readable with the default ``reader`` of Python's
85+
``csv`` module:
8586

8687
* field delimiter: ``,`` (comma),
8788
* quoting char: ``"`` (straight double quote),
@@ -110,7 +111,7 @@ For other files, leaving the information out is discouraged, as it
110111
prevents verifying the integrity of the installed project.
111112

112113
If the ``RECORD`` file is present, it must list all installed files of the
113-
project, except `.pyc` files corresponding to `.py` files listed in
114+
project, except ``.pyc`` files corresponding to ``.py`` files listed in
114115
``RECORD``, which are optional.
115116
Notably, the contents of the ``.dist-info`` directory (including the ``RECORD``
116117
file itself) must be listed.

0 commit comments

Comments
 (0)