Skip to content

Commit

Permalink
Fix code blocks in CHANGELOG.md (#724)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
edmorley committed Oct 1, 2023
1 parent 524b701 commit d7ce40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -11,7 +11,7 @@ Changelog
* Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and ``metadata.InvalidMetadata``; :issue:`570`)
* Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` (:issue:`570`)
* Introduce ``utils.is_normalized_name()`` (:issue:`570`)
* Make ``utils.parse_sdist_filename()` and ``utils.parse_wheel_filename()`
* Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()``
raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively,
when the version component of the name is invalid

Expand Down

0 comments on commit d7ce40d

Please sign in to comment.