diff --git a/peps/pep-0765.rst b/peps/pep-0765.rst index 1202563b850..9d06d251434 100644 --- a/peps/pep-0765.rst +++ b/peps/pep-0765.rst @@ -135,7 +135,7 @@ to implement that. 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 +pre-compiled code. We expect that the warning will be seen by a project maintainer (when they run static analysis, or CI which does not have precompiled files). However, end users of a project will only see a warning if they skip precompilation at installation