PEP 570: Fix broken link and quote formatting (#954)
This commit is contained in:
parent
f71d976878
commit
99b7952b5c
|
@ -187,7 +187,7 @@ standard library.
|
|||
|
||||
Currently users are surprised when first encountering this notation, but this
|
||||
is to be expected given that it has only recently been adequately documented
|
||||
[#document-positional-only], and it is not possible to use it in Python code.
|
||||
[#document-positional-only]_, and it is not possible to use it in Python code.
|
||||
For these reasons, this notation is currently an oddity that appears only in
|
||||
CPython's APIs developed in C. Documenting the notation and making it possible
|
||||
to be used in Python code will certainly eliminate this problem.
|
||||
|
@ -257,7 +257,7 @@ intended order::
|
|||
|
||||
Another critical aspect that motivates positional-only arguments is
|
||||
PEP 399 [#PEP399]_: Pure Python/C Accelerator Module Compatibility
|
||||
Requirements. This PEP states that::
|
||||
Requirements. This PEP states that :
|
||||
|
||||
This PEP requires that in these instances that the C code must pass
|
||||
the test suite used for the pure Python code to act as much as
|
||||
|
|
Loading…
Reference in New Issue