PEP 534: Resolve uses of the default role (#3379)

This commit is contained in:
Adam Turner 2023-09-01 20:19:56 +01:00 committed by GitHub
parent af6e2eded1
commit 7fdc166f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`_