Skip to content

Commit 82087b8

Browse files
committed
fixup: double back ticks
1 parent 01a7df2 commit 82087b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/transferring-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ this can be achieved by importing code from the destination repository with an a
8787
trivially repackaging it following the deprecation procedure described in
8888
:doc:`Deprecating Interfaces <deprecating-interfaces>`.
8989

90-
As an example, if a Python class `ConfigurableAction` is moved from package `analysis_tools` (downstream) to `pex_config` (upstream),
90+
As an example, if a Python class ``ConfigurableAction`` is moved from package ``analysis_tools`` (downstream) to ``pex_config`` (upstream),
9191

9292
.. code-block:: python
9393

0 commit comments

Comments
 (0)