Skip to content

Commit 3a4a475

Browse files
committed
minor fix
1 parent e22814b commit 3a4a475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/specs/web-server/_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ async def get_async_job_result(job_id: AsyncJobId):
237237
name="get_async_jobs",
238238
)
239239
async def get_async_jobs(user_id: UserID):
240-
"""Retrunsa list of async jobs for the user"""
240+
"""Returns a list of async jobs for the user"""

0 commit comments

Comments
 (0)