PEP 477: Resolve uses of the default role (#3409)

This commit is contained in:
Adam Turner 2023-09-01 20:31:04 +01:00 committed by GitHub
parent 49abbcea97
commit 2e87059c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ module it is explicitly allowed for downstream distributors to patch the
If a downstream distributor wishes to disable ``ensurepip`` completely in
Python 2.7, they should still at least provide the module and allow
`python -m ensurepip` style invocation. However it should raise errors or
``python -m ensurepip`` style invocation. However it should raise errors or
otherwise exit with a non-zero exit code and print out an error on stderr
directing users to what they can/should use instead of ``ensurepip``.