Skip to content

Commit d7ce40d

Browse files
authored
Fix code blocks in CHANGELOG.md (#724)
Previously the mixed single/double backtick usage meant the code block didn't end at the correct location and instead ran into the normal text.
1 parent 524b701 commit d7ce40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Changelog
1111
* Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and ``metadata.InvalidMetadata``; :issue:`570`)
1212
* Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` (:issue:`570`)
1313
* Introduce ``utils.is_normalized_name()`` (:issue:`570`)
14-
* Make ``utils.parse_sdist_filename()` and ``utils.parse_wheel_filename()`
14+
* Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()``
1515
raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively,
1616
when the version component of the name is invalid
1717

0 commit comments

Comments
 (0)