Skip to content

Commit 2491b0b

Browse files
committed
Use double backticks
1 parent c961a6e commit 2491b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0776.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,10 +706,10 @@ versions of Python, Node.js, and Emscripten.
706706
Package Installers
707707
~~~~~~~~~~~~~~~~~~
708708

709-
Installers should use the `_emscripten_platforms()` function shown above to
709+
Installers should use the ``_emscripten_platforms()`` function shown above to
710710
determine which platforms are compatible with an Emscripten build of CPython. In
711711
particular, the Pyodide ABI version is exposed via
712-
`sysconfig.get_config_var("PYODIDE_ABI_VERSION")`.
712+
``sysconfig.get_config_var("PYODIDE_ABI_VERSION")``.
713713

714714

715715
Package indexes

0 commit comments

Comments
 (0)