From d209386487967fd71ba2a562961a6a56bf2a73d9 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 13 May 2021 18:10:40 +0530 Subject: [PATCH] PEP 659: fix a typo (#1961) --- pep-0659.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0659.rst b/pep-0659.rst index a084a8937..4b94c1db1 100644 --- a/pep-0659.rst +++ b/pep-0659.rst @@ -225,7 +225,7 @@ See [4]_ for a full implementation. Compatibility ============= -There will no change to the language, library or API. +There will be no change to the language, library or API. The only way that users will be able to detect the presence of the new interpreter is through timing execution, the use of debugging tools, or measuring memory use.