We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22814b commit 3a4a475Copy full SHA for 3a4a475
api/specs/web-server/_storage.py
@@ -237,4 +237,4 @@ async def get_async_job_result(job_id: AsyncJobId):
237
name="get_async_jobs",
238
)
239
async def get_async_jobs(user_id: UserID):
240
- """Retrunsa list of async jobs for the user"""
+ """Returns a list of async jobs for the user"""
0 commit comments