From 151c9b41139adf6c7c17c9b2007d905f4880aca5 Mon Sep 17 00:00:00 2001 From: arl Date: Tue, 6 Sep 2022 00:37:43 -0400 Subject: [PATCH] fix a typo in pep 621 specifications, my -> may --- source/specifications/declaring-project-metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specifications/declaring-project-metadata.rst b/source/specifications/declaring-project-metadata.rst index 51f46bd94..193f32f19 100644 --- a/source/specifications/declaring-project-metadata.rst +++ b/source/specifications/declaring-project-metadata.rst @@ -33,7 +33,7 @@ or listed as dynamic are: - ``version`` -All other fields are considered optional and my be specified +All other fields are considered optional and may be specified statically, listed as dynamic, or left unspecified.