PEP 621: fix typo (#1702)

This commit is contained in:
Ofek Lev 2020-10-31 23:17:53 -04:00 committed by GitHub
parent 3008efd0de
commit 75b5fd8c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ metadata.
Requiring the distinction between static and dynamic metadata also
helps with disambiguation for when metadata isn't specified. When any
metadata *may* be dynamic, it means you never no if the absense of
metadata *may* be dynamic, it means you never know if the absense of
metadata is on purpose or because it is to be provided later. By
requiring that dynamic metadata be specified, it disambiguates the
intent when metadata goes unspecified.