PEP 722: Typo fix (gh-3269)

This commit is contained in:
Paul Moore 2023-08-05 11:42:05 +01:00 committed by GitHub
parent 7fc4e30ab3
commit dddd5282e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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