Skip to content

Commit dddd528

Browse files
authored
PEP 722: Typo fix (gh-3269)
1 parent 7fc4e30 commit dddd528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0722.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ as Python source code), looking for contiguous blocks of lines that start with
8080
the identifying characters ``##``. Whitespace is not allowed before the
8181
identifying ``##``. More than one metadata block may exist in a Python file.
8282

83-
Tools reading dependency blocks MAY respect the standard Python encoding
83+
Tools reading metadata blocks MAY respect the standard Python encoding
8484
declaration. If they choose not to do so, they MUST process the file as UTF-8.
8585

8686
Within a metadata block, whitespace after the ``##`` and at the end of the line

0 commit comments

Comments
 (0)