From dddd5282e1cff804359a18500e8daa9d53778401 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Sat, 5 Aug 2023 11:42:05 +0100 Subject: [PATCH] PEP 722: Typo fix (gh-3269) --- pep-0722.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0722.rst b/pep-0722.rst index a09b356f5..006381b44 100644 --- a/pep-0722.rst +++ b/pep-0722.rst @@ -80,7 +80,7 @@ as Python source code), looking for contiguous blocks of lines that start with the identifying characters ``##``. Whitespace is not allowed before the identifying ``##``. More than one metadata block may exist in a Python file. -Tools reading dependency blocks MAY respect the standard Python encoding +Tools reading metadata blocks MAY respect the standard Python encoding declaration. If they choose not to do so, they MUST process the file as UTF-8. Within a metadata block, whitespace after the ``##`` and at the end of the line