Skip to content

Commit 1397b02

Browse files
committed
fix typo
1 parent 6f4b233 commit 1397b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/python/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474

7575
super().__init__(
7676
f'{author} does not have {allowed_roles_str} access to resources from the '
77-
f'follgroowing project(s), or they may not exist: {project_names_str}',
77+
f'following project(s), or they may not exist: {project_names_str}',
7878
*args,
7979
)
8080

0 commit comments

Comments
 (0)