Skip to content

Commit 20120c1

Browse files
authored
Update __init__.py
1 parent e63ad1a commit 20120c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scikit_build_core/metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _process_dynamic_metadata(field: str, action: Callable[[str], str], result:
8282
if not isinstance(result, dict) or not all(
8383
isinstance(d, dict) and all(isinstance(k, str) and isinstance(v, str) for k, v in d.items()) for d in result.values()
8484
):
85-
msg = f"Field 'entry-points' must be a dictionary of dictionary of strings"
85+
msg = f"Field 'entry-points' must be a dictionary of dictionary of strings"
8686
raise RuntimeError(msg)
8787
if field == "optional-dependencies":
8888
if not isinstance(result, dict) or not all(

0 commit comments

Comments
 (0)