From 7fdc166f8211abff17404dfcba17d0e300976f5c Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:19:56 +0100 Subject: [PATCH] PEP 534: Resolve uses of the default role (#3379) --- pep-0534.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0534.txt b/pep-0534.txt index 4959943d5..a572180fd 100644 --- a/pep-0534.txt +++ b/pep-0534.txt @@ -326,7 +326,7 @@ a proper, distro-specific way to install missing standard library modules upon encountering a `ModuleNotFoundError`_. Some downstream distributors are already using this method of patching -`sys.excepthook` to integrate with platform crash reporting mechanisms. +``sys.excepthook`` to integrate with platform crash reporting mechanisms. .. _`site.py`: https://docs.python.org/3.7/library/site.html .. _`sitecustomize.py`: `site.py`_