PEP 621: fix a spelling mistake
This commit is contained in:
parent
7a89293d05
commit
855ab61a82
|
@ -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 know if the absense of
|
metadata *may* be dynamic, it means you never know if the absence 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