PEP 3151: Resolve uses of the default role (#3402)

This commit is contained in:
Adam Turner 2023-09-01 20:27:57 +01:00 committed by GitHub
parent 87d13e4169
commit 09e6c75fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ Handling of PYTHONSTARTUP raises IOError (but the error gets discarded)::
IOError: [Errno 2] No such file or directory: 'foox'
``PyObject_Print()`` raises IOError when ferror() signals an error on the
`FILE *` parameter (which, in the source tree, is always either stdout or
``FILE *`` parameter (which, in the source tree, is always either stdout or
stderr).
Unicode encoding and decoding using the ``mbcs`` encoding can raise