Skip to content

Commit 3974884

Browse files
committed
Fix backtick mistakes
1 parent a0e35c1 commit 3974884

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

peps/pep-0790.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,17 +378,17 @@ found in `Add abi_features to sys
378378
<https://github.com/zklaus/cpython/pull/1>`__.
379379

380380
The reference implementation for the environment markers is available in a fork
381-
of the `packaging` library at `Environment markers for ABI features
381+
of the ``packaging`` library at `Environment markers for ABI features
382382
<https://github.com/zklaus/packaging/pull/1>`__.
383383

384384
`A demonstration package <https://github.com/zklaus/env-marker-example>`__ is
385385
also available.
386386

387-
Since `pip` uses a vendored copy of `packaging` internally, we also provide
387+
Since ``pip`` uses a vendored copy of ``packaging`` internally, we also provide
388388
`a patched version of pip
389389
<https://github.com/zklaus/pip/tree/env-marker-free-threading>`__, which is
390-
based on pypa/pip:main with the vendored `packaging` replaced by the reference
391-
implementation linked above.
390+
based on pypa/pip:main with the vendored ``packaging`` replaced by the
391+
reference implementation linked above.
392392

393393
Rejected Ideas
394394
==============
@@ -425,7 +425,7 @@ to include them.
425425

426426
Other Tooling
427427
-------------
428-
The reference implementation is based on the `packaging` library and `pip`.
428+
The reference implementation is based on the ``packaging`` library and ``pip``.
429429
We have confirmed that this allows for building and installing packages with
430430
several build backends.
431431
It is possible that other tools should be added to the reference

0 commit comments

Comments
 (0)