PEP 621: fix typo (#1702)
This commit is contained in:
parent
3008efd0de
commit
75b5fd8c1e
|
@ -48,7 +48,7 @@ metadata.
|
||||||
|
|
||||||
Requiring the distinction between static and dynamic metadata also
|
Requiring the distinction between static and dynamic metadata also
|
||||||
helps with disambiguation for when metadata isn't specified. When any
|
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
|
metadata is on purpose or because it is to be provided later. By
|
||||||
requiring that dynamic metadata be specified, it disambiguates the
|
requiring that dynamic metadata be specified, it disambiguates the
|
||||||
intent when metadata goes unspecified.
|
intent when metadata goes unspecified.
|
||||||
|
|
Loading…
Reference in New Issue