From 99b7952b5cf57062dac173b025abb75b79789400 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Thu, 28 Mar 2019 00:16:54 +0000 Subject: [PATCH] PEP 570: Fix broken link and quote formatting (#954) --- pep-0570.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0570.rst b/pep-0570.rst index 60f007eeb..1c5f31069 100644 --- a/pep-0570.rst +++ b/pep-0570.rst @@ -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