PEP 457: Resolve uses of the default role (#3404)

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

View File

@ -22,7 +22,7 @@ their position.
This PEP is an Informational PEP describing the notation for use when This PEP is an Informational PEP describing the notation for use when
describing APIs that use positional-only parameters (e.g. in Argument describing APIs that use positional-only parameters (e.g. in Argument
Clinic, or in the string representation of `inspect.Signature` Clinic, or in the string representation of ``inspect.Signature``
objects). A separate PEP, :pep:`570`, proposes elevation of this notation objects). A separate PEP, :pep:`570`, proposes elevation of this notation
to full Python syntax. to full Python syntax.