From 97cd815e0f02e2656c38b4dbd5a1e502af8a0d3b Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:59:26 +0000 Subject: [PATCH] typos --- peps/pep-0765.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0765.rst b/peps/pep-0765.rst index 08ef4d5c590..1202563b850 100644 --- a/peps/pep-0765.rst +++ b/peps/pep-0765.rst @@ -132,8 +132,8 @@ However, we specify here that a ``SyntaxError`` is permitted by the language spec, so that other Python implementations can choose to implement that. -The CPython implementation will emit the `SyntaxWarning` during -`AST` construction, to ensure that the warning will show up during +The CPython implementation will emit the ``SyntaxWarning`` during +``AST`` construction, to ensure that the warning will show up during static anlaysis and compilation, but not during execution of pre-compiled code. We expect that the warning will be seen by project maintainer (when they run static analysis, or CI which