Skip to content

Commit 4dd0764

Browse files
authored
Merge pull request #1793 from brettcannon/patch-2
Fix the use of underscores when a hyphen is more accurate
2 parents 6379d3d + 870e6fe commit 4dd0764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/specifications/core-metadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Metadata-Version
5252
Version of the file format; legal values are "1.0", "1.1", "1.2", "2.1",
5353
"2.2", "2.3", "2.4", and "2.5".
5454

55-
Automated tools consuming metadata SHOULD warn if ``metadata_version`` is
55+
Automated tools consuming metadata SHOULD warn if ``metadata-version`` is
5656
greater than the highest version they support, and MUST fail if
57-
``metadata_version`` has a greater major version than the highest
57+
``metadata-version`` has a greater major version than the highest
5858
version they support (as described in the
5959
:ref:`Version specifier specification <version-specifiers>`,
6060
the major version is the value before the first dot).

0 commit comments

Comments
 (0)