summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.4.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-09-23 06:31:20 (GMT)
committerGitHub <noreply@github.com>2023-09-23 06:31:20 (GMT)
commit92af0cc580051fd1129c7a86af2cbadeb2aa36dc (patch)
tree19504cdaa115df0213978c7e25f96888b29b2861 /Doc/whatsnew/3.4.rst
parent5e7ea95d9d5c3b80a67ffbeebd76ce4fc327dd8e (diff)
downloadcpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.zip
cpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.tar.gz
cpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.tar.bz2
gh-109634: Use :samp: role (GH-109635)
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index a36e9fa..2ddab76 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -2085,7 +2085,7 @@ Deprecations in the Python API
:meth:`importlib.abc.MetaPathFinder.find_spec`;
:meth:`!importlib.abc.PathEntryFinder.find_loader` and
:meth:`!find_module` are replaced by
- :meth:`importlib.abc.PathEntryFinder.find_spec`; all of the ``xxxLoader`` ABC
+ :meth:`importlib.abc.PathEntryFinder.find_spec`; all of the :samp:`{xxx}Loader` ABC
``load_module`` methods (:meth:`!importlib.abc.Loader.load_module`,
:meth:`!importlib.abc.InspectLoader.load_module`,
:meth:`!importlib.abc.FileLoader.load_module`,