Skip to content

Commit 5e4a9b6

Browse files
authored
DOC: correct typo in docstring. (#748)
1 parent 3b25a76 commit 5e4a9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def __init__(
762762
if 'license-files' in self._metadata.dynamic:
763763
self._metadata.license_files = self._meson_license_files
764764
else:
765-
# if project section is missing, use minimal metdata from meson.build
765+
# if project section is missing, use minimal metadata from meson.build
766766
name, version = self._meson_name, self._meson_version
767767
if not version:
768768
raise pyproject_metadata.ConfigurationError(

0 commit comments

Comments
 (0)