Skip to content

Commit ec58489

Browse files
committed
Make docstring a bit more concise
1 parent de2f449 commit ec58489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject_hooks/_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, backend_name, backend_path, message):
3535

3636

3737
class HookMissing(Exception):
38-
"""Will be raised on missing hooks (if a default/fallback can't be used)."""
38+
"""Will be raised on missing hooks (if a fallback can't be used)."""
3939
def __init__(self, hook_name):
4040
super().__init__(hook_name)
4141
self.hook_name = hook_name

0 commit comments

Comments
 (0)