Skip to content

Commit aefbb13

Browse files
authored
Fix code ticks for RST.
1 parent 912579b commit aefbb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/key_projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ files, standalone Python environments in the spirit of :ref:`virtualenv`.
539539
PEX files are zipapps as outlined :pep:`441` that
540540
make deployment of Python applications as simple as ``cp``. A single PEX
541541
file can support multiple target platforms and can be created from standard
542-
:ref:`pip`-resolvable requirements, a lockfile generated with `pex3 lock ...`
542+
:ref:`pip`-resolvable requirements, a lockfile generated with ``pex3 lock ...``
543543
or even another PEX. PEX files can optionally have tools embedded that support
544544
turning the PEX file into a standard venv, graphing dependencies and more.
545545

0 commit comments

Comments
 (0)